Color Hex Logo

#84c89b Color Hex

#84C89B
(132,200,155)
0 Favorites   0 Comments

Color spaces of #84c89b

RGB 132200155
HSL0.390.380.65
HSV140°34°78°
CMYK 0.340.000.23   0.22
XYZ36.086448.580638.4854
Yxy48.58060.29300.3945
Hunter Lab69.6998-29.557916.0523
CIE-Lab75.1897-31.006315.8151

#84c89b color RGB value is (132,200,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001000 10011011
Octal 204 310 233
Decimal 132 200 155
Hex 84 C8 9B

RGB Percentages of Color #84c89b

%27.10
%41.07
%31.83

CMYK Percentages of Color #84c89b

%34
%0
%23
%22

Triadic Colors of #84c89b

#84c89b #9b84c8 #c89b84

Analogous Colors of #84c89b

#84c89b #84c8bd #8fc884

Monochromatic Colors of #84c89b

#84c89b

Complementary Color

#84c89b #c884b1

#84c89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84c89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84c89b Color CSS Codes

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

#84c89b Text Font Color

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

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


#84c89b Background Color

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

This div background color is #84c89b


#84c89b Border Color

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

This div border color is #84c89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84c89b


Comments

No comments written yet.

Please login to write comment.