Color Hex Logo

#aec0ef Color Hex

#AEC0EF
(174,192,239)
0 Favorites   0 Comments

Color spaces of #aec0ef

RGB 174192239
HSL0.620.670.81
HSV223°27°94°
CMYK 0.270.200.00   0.06
XYZ51.885252.929989.1432
Yxy52.92990.26750.2729
Hunter Lab72.7529-0.0168-21.7202
CIE-Lab77.83364.1825-25.3175

#aec0ef color RGB value is (174,192,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 11101111
Octal 256 300 357
Decimal 174 192 239
Hex AE C0 EF

RGB Percentages of Color #aec0ef

%28.76
%31.74
%39.50

CMYK Percentages of Color #aec0ef

%27
%20
%0
%6

Triadic Colors of #aec0ef

#aec0ef #efaec0 #c0efae

Analogous Colors of #aec0ef

#aec0ef #bdaeef #aee1ef

Monochromatic Colors of #aec0ef

#aec0ef

Complementary Color

#aec0ef #efddae

#aec0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec0ef Color CSS Codes

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

#aec0ef Text Font Color

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

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


#aec0ef Background Color

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

This div background color is #aec0ef


#aec0ef Border Color

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

This div border color is #aec0ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,192,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 #aec0ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec0ef

#aec0ef Color Palettes


Comments

No comments written yet.

Please login to write comment.