Color Hex Logo

#84b69f Color Hex

#84B69F
(132,182,159)
1 Favorites   0 Comments

Color spaces of #84b69f

RGB 132182159
HSL0.420.260.62
HSV152°27°71°
CMYK 0.270.000.13   0.29
XYZ32.501740.864638.9755
Yxy40.86460.28930.3638
Hunter Lab63.9254-21.11458.5985
CIE-Lab70.0810-21.39476.4093

#84b69f color RGB value is (132,182,159).

#84b69f hex color red value is 132, green value is 182 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #84b69f hue: 0.42 , saturation: 0.26 and the lightness value of 84b69f is 0.62.

The process color (four color CMYK) of #84b69f color hex is 0.27, 0.00, 0.13, 0.29. Web safe color of #84b69f is #99cc99. Color #84b69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110110 10011111
Octal 204 266 237
Decimal 132 182 159
Hex 84 B6 9F

RGB Percentages of Color #84b69f

%27.91
%38.48
%33.62

CMYK Percentages of Color #84b69f

%27
%0
%13
%29

Triadic Colors of #84b69f

#84b69f #9f84b6 #b69f84

Analogous Colors of #84b69f

#84b69f #84b4b6 #84b686

Monochromatic Colors of #84b69f

#84b69f

Complementary Color

#84b69f #b6849b

#84b69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b69f Color CSS Codes

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

#84b69f Text Font Color

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

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


#84b69f Background Color

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

This div background color is #84b69f


#84b69f Border Color

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

This div border color is #84b69f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,182,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 #84b69f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b69f


Comments

No comments written yet.

Please login to write comment.