Color Hex Logo

#8aeadc Color Hex

#8AEADC
(138,234,220)
0 Favorites   0 Comments

Color spaces of #8aeadc

RGB 138234220
HSL0.480.700.73
HSV171°41°92°
CMYK 0.410.000.06   0.08
XYZ52.822369.416278.3248
Yxy69.41620.26340.3461
Hunter Lab83.3164-32.63532.5836
CIE-Lab86.7097-31.6313-2.1163

#8aeadc color RGB value is (138,234,220).

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

The process color (four color CMYK) of #8aeadc color hex is 0.41, 0.00, 0.06, 0.08. Web safe color of #8aeadc is #99ffcc. Color #8aeadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11101010 11011100
Octal 212 352 334
Decimal 138 234 220
Hex 8A EA DC

RGB Percentages of Color #8aeadc

%23.31
%39.53
%37.16

CMYK Percentages of Color #8aeadc

%41
%0
%6
%8

Triadic Colors of #8aeadc

#8aeadc #dc8aea #eadc8a

Analogous Colors of #8aeadc

#8aeadc #8ac8ea #8aeaac

Monochromatic Colors of #8aeadc

#8aeadc

Complementary Color

#8aeadc #ea8a98

#8aeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aeadc Color CSS Codes

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

#8aeadc Text Font Color

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

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


#8aeadc Background Color

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

This div background color is #8aeadc


#8aeadc Border Color

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

This div border color is #8aeadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,234,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 #8aeadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aeadc


Comments

No comments written yet.

Please login to write comment.