Color Hex Logo

#8ada92 Color Hex

#8ADA92
(138,218,146)
0 Favorites   0 Comments

Color spaces of #8ada92

RGB 138218146
HSL0.350.520.70
HSV126°37°85°
CMYK 0.370.000.33   0.15
XYZ40.740957.621436.1689
Yxy57.62140.30280.4283
Hunter Lab75.9088-37.037824.8857
CIE-Lab80.5278-39.074627.9150

#8ada92 color RGB value is (138,218,146).

#8ada92 hex color red value is 138, green value is 218 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #8ada92 hue: 0.35 , saturation: 0.52 and the lightness value of 8ada92 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10010010
Octal 212 332 222
Decimal 138 218 146
Hex 8A DA 92

RGB Percentages of Color #8ada92

%27.49
%43.43
%29.08

CMYK Percentages of Color #8ada92

%37
%0
%33
%15

Triadic Colors of #8ada92

#8ada92 #928ada #da928a

Analogous Colors of #8ada92

#8ada92 #8adaba #aada8a

Monochromatic Colors of #8ada92

#8ada92

Complementary Color

#8ada92 #da8ad2

#8ada92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ada92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ada92 Color CSS Codes

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

#8ada92 Text Font Color

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

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


#8ada92 Background Color

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

This div background color is #8ada92


#8ada92 Border Color

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

This div border color is #8ada92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ada92


Comments

No comments written yet.

Please login to write comment.