Color Hex Logo

#8adb97 Color Hex

#8ADB97
(138,219,151)
0 Favorites   0 Comments

Color spaces of #8adb97

RGB 138219151
HSL0.360.530.70
HSV130°37°86°
CMYK 0.370.000.31   0.14
XYZ41.398758.300738.3494
Yxy58.30070.29990.4223
Hunter Lab76.3549-36.840523.6699
CIE-Lab80.9057-38.685125.8371

#8adb97 color RGB value is (138,219,151).

#8adb97 hex color red value is 138, green value is 219 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #8adb97 hue: 0.36 , saturation: 0.53 and the lightness value of 8adb97 is 0.70.

The process color (four color CMYK) of #8adb97 color hex is 0.37, 0.00, 0.31, 0.14. Web safe color of #8adb97 is #99cc99. Color #8adb97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 10010111
Octal 212 333 227
Decimal 138 219 151
Hex 8A DB 97

RGB Percentages of Color #8adb97

%27.17
%43.11
%29.72

CMYK Percentages of Color #8adb97

%37
%0
%31
%14

Triadic Colors of #8adb97

#8adb97 #978adb #db978a

Analogous Colors of #8adb97

#8adb97 #8adbc0 #a6db8a

Monochromatic Colors of #8adb97

#8adb97

Complementary Color

#8adb97 #db8ace

#8adb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adb97 Color CSS Codes

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

#8adb97 Text Font Color

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

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


#8adb97 Background Color

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

This div background color is #8adb97


#8adb97 Border Color

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

This div border color is #8adb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adb97


Comments

No comments written yet.

Please login to write comment.