Color Hex Logo

#aebaed Color Hex

#AEBAED
(174,186,237)
0 Favorites   0 Comments

Color spaces of #aebaed

RGB 174186237
HSL0.630.640.81
HSV229°27°93°
CMYK 0.270.220.00   0.07
XYZ50.300550.230987.1652
Yxy50.23090.26800.2676
Hunter Lab70.87382.6559-23.3071
CIE-Lab76.21086.9741-26.7212

#aebaed color RGB value is (174,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11101101
Octal 256 272 355
Decimal 174 186 237
Hex AE BA ED

RGB Percentages of Color #aebaed

%29.15
%31.16
%39.70

CMYK Percentages of Color #aebaed

%27
%22
%0
%7

Triadic Colors of #aebaed

#aebaed #edaeba #baedae

Analogous Colors of #aebaed

#aebaed #c2aeed #aedaed

Monochromatic Colors of #aebaed

#aebaed

Complementary Color

#aebaed #ede1ae

#aebaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaed Color CSS Codes

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

#aebaed Text Font Color

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

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


#aebaed Background Color

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

This div background color is #aebaed


#aebaed Border Color

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

This div border color is #aebaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaed


Comments

No comments written yet.

Please login to write comment.