Color Hex Logo

#84acac Color Hex

#84ACAC
(132,172,172)
0 Favorites   0 Comments

Color spaces of #84acac

RGB 132172172
HSL0.500.190.60
HSV180°23°67°
CMYK 0.230.000.00   0.33
XYZ31.714637.389144.5750
Yxy37.38910.27900.3289
Hunter Lab61.1466-14.4249-0.4189
CIE-Lab67.5679-13.4083-4.4221

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

#84acac hex color red value is 132, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #84acac hue: 0.50 , saturation: 0.19 and the lightness value of 84acac is 0.60.

The process color (four color CMYK) of #84acac color hex is 0.23, 0.00, 0.00, 0.33. Web safe color of #84acac is #999999. Color #84acac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 10101100
Octal 204 254 254
Decimal 132 172 172
Hex 84 AC AC

RGB Percentages of Color #84acac

%27.73
%36.13
%36.13

CMYK Percentages of Color #84acac

%23
%0
%0
%33

Triadic Colors of #84acac

#84acac #ac84ac #acac84

Analogous Colors of #84acac

#84acac #8498ac #84ac98

Monochromatic Colors of #84acac

#84acac

Complementary Color

#84acac #ac8484

#84acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84acac Color CSS Codes

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

#84acac Text Font Color

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

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


#84acac Background Color

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

This div background color is #84acac


#84acac Border Color

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

This div border color is #84acac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,172,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 #84acac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84acac


Comments

No comments written yet.

Please login to write comment.