Color Hex Logo

#8ad19a Color Hex

#8AD19A
(138,209,154)
0 Favorites   0 Comments

Color spaces of #8ad19a

RGB 138209154
HSL0.370.440.68
HSV134°34°82°
CMYK 0.340.000.26   0.18
XYZ39.114453.337338.8054
Yxy53.33730.29800.4064
Hunter Lab73.0324-32.206419.6192
CIE-Lab78.0737-33.581720.3968

#8ad19a color RGB value is (138,209,154).

#8ad19a hex color red value is 138, green value is 209 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8ad19a hue: 0.37 , saturation: 0.44 and the lightness value of 8ad19a is 0.68.

The process color (four color CMYK) of #8ad19a color hex is 0.34, 0.00, 0.26, 0.18. Web safe color of #8ad19a is #99cc99. Color #8ad19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010001 10011010
Octal 212 321 232
Decimal 138 209 154
Hex 8A D1 9A

RGB Percentages of Color #8ad19a

%27.54
%41.72
%30.74

CMYK Percentages of Color #8ad19a

%34
%0
%26
%18

Triadic Colors of #8ad19a

#8ad19a #9a8ad1 #d19a8a

Analogous Colors of #8ad19a

#8ad19a #8ad1be #9ed18a

Monochromatic Colors of #8ad19a

#8ad19a

Complementary Color

#8ad19a #d18ac1

#8ad19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad19a Color CSS Codes

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

#8ad19a Text Font Color

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

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


#8ad19a Background Color

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

This div background color is #8ad19a


#8ad19a Border Color

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

This div border color is #8ad19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad19a


Comments

No comments written yet.

Please login to write comment.