Color Hex Logo

#aebaef Color Hex

#AEBAEF
(174,186,239)
0 Favorites   0 Comments

Color spaces of #aebaef

RGB 174186239
HSL0.640.670.81
HSV229°27°94°
CMYK 0.270.220.00   0.06
XYZ50.594550.348588.7130
Yxy50.34850.26680.2655
Hunter Lab70.95673.1023-24.4572
CIE-Lab76.28277.4506-27.6900

#aebaef color RGB value is (174,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11101111
Octal 256 272 357
Decimal 174 186 239
Hex AE BA EF

RGB Percentages of Color #aebaef

%29.05
%31.05
%39.90

CMYK Percentages of Color #aebaef

%27
%22
%0
%6

Triadic Colors of #aebaef

#aebaef #efaeba #baefae

Analogous Colors of #aebaef

#aebaef #c3aeef #aedbef

Monochromatic Colors of #aebaef

#aebaef

Complementary Color

#aebaef #efe3ae

#aebaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaef Color CSS Codes

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

#aebaef Text Font Color

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

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


#aebaef Background Color

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

This div background color is #aebaef


#aebaef Border Color

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

This div border color is #aebaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaef


Comments

No comments written yet.

Please login to write comment.