color codes Logo

#aecafe color codes

#AECAFE
(174,202,254)
0 Favorites   0 Comments

Color spaces of #aecafe

RGB 174202254
HSL0.610.980.84
HSV219°31°100°
CMYK 0.310.200.00   0.00
XYZ56.465558.3955102.0613
Yxy58.39550.26030.2692
Hunter Lab76.4169-1.8336-25.6949
CIE-Lab80.95822.4015-28.5636

#aecafe color RGB value is (174,202,254).

#aecafe hex color red value is 174, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aecafe hue: 0.61 , saturation: 0.98 and the lightness value of aecafe is 0.84.

The process color (four color CMYK) of #aecafe color code is 0.31, 0.20, 0.00, 0.00. Web safe color of #aecafe is #99ccff. Color #aecafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11111110
Octal 256 312 376
Decimal 174 202 254
Hex AE CA FE

RGB Percentages of Color #aecafe

%27.62
%32.06
%40.32

CMYK Percentages of Color #aecafe

%31
%20
%0
%0

Triadic Colors of #aecafe

#aecafe #feaeca #cafeae

Analogous Colors of #aecafe

#aecafe #baaefe #aef2fe

Monochromatic Colors of #aecafe

#aecafe

Complementary Color

#aecafe #fee2ae

#aecafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecafe Color CSS Codes

.mybgcolor {background-color:#aecafe; } 
.myforecolor {color:#aecafe; }
.mybordercolor {border:3px solid #aecafe; }

#aecafe Text Font Color

<p style="color:#aecafe">Text here</p>

This sample text font color is #aecafe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aecafe Background Color

<div style="background-color:#aecafe">
Div content here</div>

This div background color is #aecafe


#aecafe Border Color

<div style="border:3px solid #aecafe">
Div here</div>

This div border color is #aecafe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,202,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aecafe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aecafe;
  -webkit-box-shadow: 1px 1px 3px 2px #aecafe;
  box-shadow:         1px 1px 3px 2px #aecafe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,202,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aecafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aecafe;
  -webkit-box-shadow: 1px 1px 3px 2px #aecafe;
  box-shadow:         1px 1px 3px 2px #aecafe;">
Div content here</div>

This div box has shadow with color #aecafe


Comments

No comments written yet.

Please login to write comment.