Color Hex Logo

#84d07f Color Hex

#84D07F
(132,208,127)
0 Favorites   0 Comments

Color spaces of #84d07f

RGB 132208127
HSL0.320.460.66
HSV116°39°82°
CMYK 0.370.000.39   0.18
XYZ35.902451.549628.1365
Yxy51.54960.31060.4460
Hunter Lab71.7981-36.388227.0238
CIE-Lab77.0107-39.472132.9739

#84d07f color RGB value is (132,208,127).

#84d07f hex color red value is 132, green value is 208 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #84d07f hue: 0.32 , saturation: 0.46 and the lightness value of 84d07f is 0.66.

The process color (four color CMYK) of #84d07f color hex is 0.37, 0.00, 0.39, 0.18. Web safe color of #84d07f is #99cc66. Color #84d07f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11010000 01111111
Octal 204 320 177
Decimal 132 208 127
Hex 84 D0 7F

RGB Percentages of Color #84d07f

%28.27
%44.54
%27.19

CMYK Percentages of Color #84d07f

%37
%0
%39
%18

Triadic Colors of #84d07f

#84d07f #7f84d0 #d07f84

Analogous Colors of #84d07f

#84d07f #7fd0a3 #add07f

Monochromatic Colors of #84d07f

#84d07f

Complementary Color

#84d07f #cb7fd0

#84d07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84d07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84d07f Color CSS Codes

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

#84d07f Text Font Color

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

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


#84d07f Background Color

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

This div background color is #84d07f


#84d07f Border Color

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

This div border color is #84d07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84d07f


Comments

No comments written yet.

Please login to write comment.