Color Hex Logo

#8adea6 Color Hex

#8ADEA6
(138,222,166)
0 Favorites   0 Comments

Color spaces of #8adea6

RGB 138222166
HSL0.390.560.71
HSV140°38°87°
CMYK 0.380.000.25   0.13
XYZ43.485460.399045.4426
Yxy60.39900.29120.4045
Hunter Lab77.7168-36.127119.7337
CIE-Lab82.0546-37.373319.5975

#8adea6 color RGB value is (138,222,166).

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

The process color (four color CMYK) of #8adea6 color hex is 0.38, 0.00, 0.25, 0.13. Web safe color of #8adea6 is #99cc99. Color #8adea6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011110 10100110
Octal 212 336 246
Decimal 138 222 166
Hex 8A DE A6

RGB Percentages of Color #8adea6

%26.24
%42.21
%31.56

CMYK Percentages of Color #8adea6

%38
%0
%25
%13

Triadic Colors of #8adea6

#8adea6 #a68ade #dea68a

Analogous Colors of #8adea6

#8adea6 #8aded0 #98de8a

Monochromatic Colors of #8adea6

#8adea6

Complementary Color

#8adea6 #de8ac2

#8adea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adea6 Color CSS Codes

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

#8adea6 Text Font Color

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

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


#8adea6 Background Color

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

This div background color is #8adea6


#8adea6 Border Color

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

This div border color is #8adea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adea6


Comments

No comments written yet.

Please login to write comment.