Color Hex Logo

#aecaef Color Hex

#AECAEF
(174,202,239)
0 Favorites   0 Comments

Color spaces of #aecaef

RGB 174202239
HSL0.590.670.81
HSV214°27°94°
CMYK 0.270.150.00   0.06
XYZ54.156157.471789.9002
Yxy57.47170.26870.2852
Hunter Lab75.8101-5.1535-17.2426
CIE-Lab80.4442-1.1932-21.3446

#aecaef color RGB value is (174,202,239).

#aecaef hex color red value is 174, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aecaef hue: 0.59 , saturation: 0.67 and the lightness value of aecaef is 0.81.

The process color (four color CMYK) of #aecaef color hex is 0.27, 0.15, 0.00, 0.06. Web safe color of #aecaef is #99ccff. Color #aecaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11101111
Octal 256 312 357
Decimal 174 202 239
Hex AE CA EF

RGB Percentages of Color #aecaef

%28.29
%32.85
%38.86

CMYK Percentages of Color #aecaef

%27
%15
%0
%6

Triadic Colors of #aecaef

#aecaef #efaeca #caefae

Analogous Colors of #aecaef

#aecaef #b3aeef #aeebef

Monochromatic Colors of #aecaef

#aecaef

Complementary Color

#aecaef #efd3ae

#aecaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecaef Color CSS Codes

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

#aecaef Text Font Color

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

This sample text font color is #aecaef
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.


#aecaef Background Color

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

This div background color is #aecaef


#aecaef Border Color

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

This div border color is #aecaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecaef


Comments

No comments written yet.

Please login to write comment.