Color Hex Logo

#84cc88 Color Hex

#84CC88
(132,204,136)
0 Favorites   0 Comments

Color spaces of #84cc88

RGB 132204136
HSL0.340.410.66
HSV123°35°80°
CMYK 0.350.000.33   0.20
XYZ35.552549.868831.0444
Yxy49.86880.30530.4282
Hunter Lab70.6178-33.715523.3679
CIE-Lab75.9887-36.244626.9662

#84cc88 color RGB value is (132,204,136).

#84cc88 hex color red value is 132, green value is 204 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #84cc88 hue: 0.34 , saturation: 0.41 and the lightness value of 84cc88 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001100 10001000
Octal 204 314 210
Decimal 132 204 136
Hex 84 CC 88

RGB Percentages of Color #84cc88

%27.97
%43.22
%28.81

CMYK Percentages of Color #84cc88

%35
%0
%33
%20

Triadic Colors of #84cc88

#84cc88 #8884cc #cc8884

Analogous Colors of #84cc88

#84cc88 #84ccac #a4cc84

Monochromatic Colors of #84cc88

#84cc88

Complementary Color

#84cc88 #cc84c8

#84cc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cc88 Color CSS Codes

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

#84cc88 Text Font Color

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

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


#84cc88 Background Color

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

This div background color is #84cc88


#84cc88 Border Color

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

This div border color is #84cc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cc88


Comments

No comments written yet.

Please login to write comment.