Color Hex Logo

#84cbaa Color Hex

#84CBAA
(132,203,170)
0 Favorites   0 Comments

Color spaces of #84cbaa

RGB 132203170
HSL0.420.410.66
HSV152°35°80°
CMYK 0.350.000.16   0.20
XYZ38.127450.519745.7720
Yxy50.51970.28360.3758
Hunter Lab71.0772-28.633711.5727
CIE-Lab76.3872-29.46699.4658

#84cbaa color RGB value is (132,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001011 10101010
Octal 204 313 252
Decimal 132 203 170
Hex 84 CB AA

RGB Percentages of Color #84cbaa

%26.14
%40.20
%33.66

CMYK Percentages of Color #84cbaa

%35
%0
%16
%20

Triadic Colors of #84cbaa

#84cbaa #aa84cb #cbaa84

Analogous Colors of #84cbaa

#84cbaa #84c9cb #84cb87

Monochromatic Colors of #84cbaa

#84cbaa

Complementary Color

#84cbaa #cb84a5

#84cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cbaa Color CSS Codes

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

#84cbaa Text Font Color

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

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


#84cbaa Background Color

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

This div background color is #84cbaa


#84cbaa Border Color

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

This div border color is #84cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cbaa


Comments

No comments written yet.

Please login to write comment.