Color Hex Logo

#8aaede Color Hex

#8AAEDE
(138,174,222)
0 Favorites   0 Comments

Color spaces of #8aaede

RGB 138174222
HSL0.600.560.71
HSV214°38°87°
CMYK 0.380.220.00   0.13
XYZ38.802140.949374.9662
Yxy40.94930.25080.2647
Hunter Lab63.9916-3.7497-24.6641
CIE-Lab70.1404-0.3787-28.0853

#8aaede color RGB value is (138,174,222).

#8aaede hex color red value is 138, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8aaede hue: 0.60 , saturation: 0.56 and the lightness value of 8aaede is 0.71.

The process color (four color CMYK) of #8aaede color hex is 0.38, 0.22, 0.00, 0.13. Web safe color of #8aaede is #9999cc. Color #8aaede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101110 11011110
Octal 212 256 336
Decimal 138 174 222
Hex 8A AE DE

RGB Percentages of Color #8aaede

%25.84
%32.58
%41.57

CMYK Percentages of Color #8aaede

%38
%22
%0
%13

Triadic Colors of #8aaede

#8aaede #de8aae #aede8a

Analogous Colors of #8aaede

#8aaede #908ade #8ad8de

Monochromatic Colors of #8aaede

#8aaede

Complementary Color

#8aaede #deba8a

#8aaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaede Color CSS Codes

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

#8aaede Text Font Color

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

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


#8aaede Background Color

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

This div background color is #8aaede


#8aaede Border Color

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

This div border color is #8aaede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,174,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8aaede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8aaede;
  -webkit-box-shadow: 1px 1px 3px 2px #8aaede;
  box-shadow:         1px 1px 3px 2px #8aaede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaede


Comments

No comments written yet.

Please login to write comment.