Color Hex Logo

#84d38b Color Hex

#84D38B
(132,211,139)
0 Favorites   0 Comments

Color spaces of #84d38b

RGB 132211139
HSL0.350.470.67
HSV125°37°83°
CMYK 0.370.000.34   0.17
XYZ37.470253.358132.7504
Yxy53.35810.30320.4318
Hunter Lab73.0466-36.267724.5500
CIE-Lab78.0860-38.920328.2139

#84d38b color RGB value is (132,211,139).

#84d38b hex color red value is 132, green value is 211 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #84d38b hue: 0.35 , saturation: 0.47 and the lightness value of 84d38b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11010011 10001011
Octal 204 323 213
Decimal 132 211 139
Hex 84 D3 8B

RGB Percentages of Color #84d38b

%27.39
%43.78
%28.84

CMYK Percentages of Color #84d38b

%37
%0
%34
%17

Triadic Colors of #84d38b

#84d38b #8b84d3 #d38b84

Analogous Colors of #84d38b

#84d38b #84d3b3 #a5d384

Monochromatic Colors of #84d38b

#84d38b

Complementary Color

#84d38b #d384cc

#84d38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84d38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84d38b Color CSS Codes

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

#84d38b Text Font Color

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

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


#84d38b Background Color

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

This div background color is #84d38b


#84d38b Border Color

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

This div border color is #84d38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84d38b


Comments

No comments written yet.

Please login to write comment.