Color Hex Logo

#84c8ac Color Hex

#84C8AC
(132,200,172)
0 Favorites   0 Comments

Color spaces of #84c8ac

RGB 132200172
HSL0.430.380.65
HSV155°34°78°
CMYK 0.340.000.14   0.22
XYZ37.616449.192646.5423
Yxy49.19260.28210.3689
Hunter Lab70.1374-27.00679.7521
CIE-Lab75.5710-27.60387.2229

#84c8ac color RGB value is (132,200,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001000 10101100
Octal 204 310 254
Decimal 132 200 172
Hex 84 C8 AC

RGB Percentages of Color #84c8ac

%26.19
%39.68
%34.13

CMYK Percentages of Color #84c8ac

%34
%0
%14
%22

Triadic Colors of #84c8ac

#84c8ac #ac84c8 #c8ac84

Analogous Colors of #84c8ac

#84c8ac #84c2c8 #84c88a

Monochromatic Colors of #84c8ac

#84c8ac

Complementary Color

#84c8ac #c884a0

#84c8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84c8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84c8ac Color CSS Codes

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

#84c8ac Text Font Color

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

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


#84c8ac Background Color

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

This div background color is #84c8ac


#84c8ac Border Color

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

This div border color is #84c8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84c8ac


Comments

No comments written yet.

Please login to write comment.