Color Hex Logo

#8ada82 Color Hex

#8ADA82
(138,218,130)
0 Favorites   0 Comments

Color spaces of #8ada82

RGB 138218130
HSL0.320.540.68
HSV115°40°85°
CMYK 0.370.000.40   0.15
XYZ39.581957.157830.0655
Yxy57.15780.31210.4508
Hunter Lab75.6028-38.851029.3437
CIE-Lab80.2683-41.565135.7433

#8ada82 color RGB value is (138,218,130).

#8ada82 hex color red value is 138, green value is 218 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #8ada82 hue: 0.32 , saturation: 0.54 and the lightness value of 8ada82 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10000010
Octal 212 332 202
Decimal 138 218 130
Hex 8A DA 82

RGB Percentages of Color #8ada82

%28.40
%44.86
%26.75

CMYK Percentages of Color #8ada82

%37
%0
%40
%15

Triadic Colors of #8ada82

#8ada82 #828ada #da828a

Analogous Colors of #8ada82

#8ada82 #82daa6 #b6da82

Monochromatic Colors of #8ada82

#8ada82

Complementary Color

#8ada82 #d282da

#8ada82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ada82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ada82 Color CSS Codes

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

#8ada82 Text Font Color

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

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


#8ada82 Background Color

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

This div background color is #8ada82


#8ada82 Border Color

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

This div border color is #8ada82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ada82


Comments

No comments written yet.

Please login to write comment.