Color Hex Logo

#aebbef Color Hex

#AEBBEF
(174,187,239)
0 Favorites   0 Comments

Color spaces of #aebbef

RGB 174187239
HSL0.630.670.81
HSV228°27°94°
CMYK 0.270.220.00   0.06
XYZ50.805950.771388.7834
Yxy50.77130.26690.2667
Hunter Lab71.25402.5806-23.9983
CIE-Lab76.54036.9038-27.2953

#aebbef color RGB value is (174,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11101111
Octal 256 273 357
Decimal 174 187 239
Hex AE BB EF

RGB Percentages of Color #aebbef

%29.00
%31.17
%39.83

CMYK Percentages of Color #aebbef

%27
%22
%0
%6

Triadic Colors of #aebbef

#aebbef #efaebb #bbefae

Analogous Colors of #aebbef

#aebbef #c2aeef #aedcef

Monochromatic Colors of #aebbef

#aebbef

Complementary Color

#aebbef #efe2ae

#aebbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbef Color CSS Codes

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

#aebbef Text Font Color

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

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


#aebbef Background Color

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

This div background color is #aebbef


#aebbef Border Color

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

This div border color is #aebbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbef


Comments

No comments written yet.

Please login to write comment.