Color Hex Logo

#84c881 Color Hex

#84C881
(132,200,129)
0 Favorites   0 Comments

Color spaces of #84c881

RGB 132200129
HSL0.330.390.65
HSV117°36°78°
CMYK 0.340.000.36   0.22
XYZ34.132447.799128.1961
Yxy47.79910.30990.4340
Hunter Lab69.1369-32.865424.2156
CIE-Lab74.6980-35.543628.8966

#84c881 color RGB value is (132,200,129).

#84c881 hex color red value is 132, green value is 200 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #84c881 hue: 0.33 , saturation: 0.39 and the lightness value of 84c881 is 0.65.

The process color (four color CMYK) of #84c881 color hex is 0.34, 0.00, 0.36, 0.22. Web safe color of #84c881 is #99cc99. Color #84c881 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001000 10000001
Octal 204 310 201
Decimal 132 200 129
Hex 84 C8 81

RGB Percentages of Color #84c881

%28.63
%43.38
%27.98

CMYK Percentages of Color #84c881

%34
%0
%36
%22

Triadic Colors of #84c881

#84c881 #8184c8 #c88184

Analogous Colors of #84c881

#84c881 #81c8a2 #a8c881

Monochromatic Colors of #84c881

#84c881

Complementary Color

#84c881 #c581c8

#84c881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84c881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84c881 Color CSS Codes

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

#84c881 Text Font Color

<p style="color:#84c881">Text here</p>

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


#84c881 Background Color

<div style="background-color:#84c881">
Div content here</div>

This div background color is #84c881


#84c881 Border Color

<div style="border:3px solid #84c881">
Div here</div>

This div border color is #84c881


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,200,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84c881; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84c881;
  -webkit-box-shadow: 1px 1px 3px 2px #84c881;
  box-shadow:         1px 1px 3px 2px #84c881; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,200,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84c881


Comments

No comments written yet.

Please login to write comment.