Color Hex Logo

#84caab Color Hex

#84CAAB
(132,202,171)
0 Favorites   0 Comments

Color spaces of #84caab

RGB 132202171
HSL0.430.400.65
HSV153°35°79°
CMYK 0.350.000.15   0.21
XYZ37.986950.086946.1937
Yxy50.08690.28290.3730
Hunter Lab70.7721-28.041410.8413
CIE-Lab76.1226-28.78008.5510

#84caab color RGB value is (132,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001010 10101011
Octal 204 312 253
Decimal 132 202 171
Hex 84 CA AB

RGB Percentages of Color #84caab

%26.14
%40.00
%33.86

CMYK Percentages of Color #84caab

%35
%0
%15
%21

Triadic Colors of #84caab

#84caab #ab84ca #caab84

Analogous Colors of #84caab

#84caab #84c6ca #84ca88

Monochromatic Colors of #84caab

#84caab

Complementary Color

#84caab #ca84a3

#84caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#84caab Color CSS Codes

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

#84caab Text Font Color

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

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


#84caab Background Color

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

This div background color is #84caab


#84caab Border Color

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

This div border color is #84caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84caab


Comments

No comments written yet.

Please login to write comment.