color codes Logo

#8aaedc color codes

#8AAEDC
(138,174,220)
0 Favorites   0 Comments

Color spaces of #8aaedc

RGB 138174220
HSL0.590.540.70
HSV214°37°86°
CMYK 0.370.210.00   0.14
XYZ38.535640.842773.5625
Yxy40.84270.25200.2670
Hunter Lab63.9083-4.2071-23.5107
CIE-Lab70.0656-0.9074-27.1050

#8aaedc color RGB value is (138,174,220).

#8aaedc hex color red value is 138, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8aaedc hue: 0.59 , saturation: 0.54 and the lightness value of 8aaedc is 0.70.

The process color (four color CMYK) of #8aaedc color code is 0.37, 0.21, 0.00, 0.14. Web safe color of #8aaedc is #9999cc. Color #8aaedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101110 11011100
Octal 212 256 334
Decimal 138 174 220
Hex 8A AE DC

RGB Percentages of Color #8aaedc

%25.94
%32.71
%41.35

CMYK Percentages of Color #8aaedc

%37
%21
%0
%14

Triadic Colors of #8aaedc

#8aaedc #dc8aae #aedc8a

Analogous Colors of #8aaedc

#8aaedc #8f8adc #8ad7dc

Monochromatic Colors of #8aaedc

#8aaedc

Complementary Color

#8aaedc #dcb88a

#8aaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaedc Color CSS Codes

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

#8aaedc Text Font Color

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

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


#8aaedc Background Color

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

This div background color is #8aaedc


#8aaedc Border Color

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

This div border color is #8aaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaedc

#8aaedc Color Palettes


Comments

No comments written yet.

Please login to write comment.