Color Hex Logo

#84b39f Color Hex

#84B39F
(132,179,159)
0 Favorites   0 Comments

Color spaces of #84b39f

RGB 132179159
HSL0.430.240.61
HSV154°26°70°
CMYK 0.260.000.11   0.30
XYZ31.893839.648938.7729
Yxy39.64890.28910.3594
Hunter Lab62.9674-19.78037.5686
CIE-Lab69.2187-19.87185.1692

#84b39f color RGB value is (132,179,159).

#84b39f hex color red value is 132, green value is 179 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #84b39f hue: 0.43 , saturation: 0.24 and the lightness value of 84b39f is 0.61.

The process color (four color CMYK) of #84b39f color hex is 0.26, 0.00, 0.11, 0.30. Web safe color of #84b39f is #99cc99. Color #84b39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110011 10011111
Octal 204 263 237
Decimal 132 179 159
Hex 84 B3 9F

RGB Percentages of Color #84b39f

%28.09
%38.09
%33.83

CMYK Percentages of Color #84b39f

%26
%0
%11
%30

Triadic Colors of #84b39f

#84b39f #9f84b3 #b39f84

Analogous Colors of #84b39f

#84b39f #84b0b3 #84b388

Monochromatic Colors of #84b39f

#84b39f

Complementary Color

#84b39f #b38498

#84b39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b39f Color CSS Codes

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

#84b39f Text Font Color

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

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


#84b39f Background Color

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

This div background color is #84b39f


#84b39f Border Color

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

This div border color is #84b39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b39f


Comments

No comments written yet.

Please login to write comment.