Color Hex Logo

#84c886 Color Hex

#84C886
(132,200,134)
0 Favorites   0 Comments

Color spaces of #84c886

RGB 132200134
HSL0.340.380.65
HSV122°34°78°
CMYK 0.340.000.33   0.22
XYZ34.473147.935329.9898
Yxy47.93530.30670.4265
Hunter Lab69.2353-32.284522.7828
CIE-Lab74.7841-34.736026.3972

#84c886 color RGB value is (132,200,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001000 10000110
Octal 204 310 206
Decimal 132 200 134
Hex 84 C8 86

RGB Percentages of Color #84c886

%28.33
%42.92
%28.76

CMYK Percentages of Color #84c886

%34
%0
%33
%22

Triadic Colors of #84c886

#84c886 #8684c8 #c88684

Analogous Colors of #84c886

#84c886 #84c8a8 #a4c884

Monochromatic Colors of #84c886

#84c886

Complementary Color

#84c886 #c884c6

#84c886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84c886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84c886 Color CSS Codes

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

#84c886 Text Font Color

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

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


#84c886 Background Color

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

This div background color is #84c886


#84c886 Border Color

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

This div border color is #84c886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84c886


Comments

No comments written yet.

Please login to write comment.