Color Hex Logo

#84cbac Color Hex

#84CBAC
(132,203,172)
0 Favorites   0 Comments

Color spaces of #84cbac

RGB 132203172
HSL0.430.410.66
HSV154°35°80°
CMYK 0.350.000.15   0.20
XYZ38.318050.596046.7761
Yxy50.59600.28240.3729
Hunter Lab71.1309-28.321610.8021
CIE-Lab76.4336-29.05388.4584

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001011 10101100
Octal 204 313 254
Decimal 132 203 172
Hex 84 CB AC

RGB Percentages of Color #84cbac

%26.04
%40.04
%33.93

CMYK Percentages of Color #84cbac

%35
%0
%15
%20

Triadic Colors of #84cbac

#84cbac #ac84cb #cbac84

Analogous Colors of #84cbac

#84cbac #84c7cb #84cb89

Monochromatic Colors of #84cbac

#84cbac

Complementary Color

#84cbac #cb84a3

#84cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cbac Color CSS Codes

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

#84cbac Text Font Color

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

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


#84cbac Background Color

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

This div background color is #84cbac


#84cbac Border Color

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

This div border color is #84cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cbac


Comments

No comments written yet.

Please login to write comment.