Color Hex Logo

#84ccca Color Hex

#84CCCA
(132,204,202)
0 Favorites   0 Comments

Color spaces of #84ccca

RGB 132204202
HSL0.500.410.66
HSV178°35°80°
CMYK 0.350.000.01   0.20
XYZ41.769352.355563.7813
Yxy52.35550.26450.3316
Hunter Lab72.3571-23.5829-1.6129
CIE-Lab77.4929-22.8473-6.1484

#84ccca color RGB value is (132,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001100 11001010
Octal 204 314 312
Decimal 132 204 202
Hex 84 CC CA

RGB Percentages of Color #84ccca

%24.54
%37.92
%37.55

CMYK Percentages of Color #84ccca

%35
%0
%1
%20

Triadic Colors of #84ccca

#84ccca #ca84cc #ccca84

Analogous Colors of #84ccca

#84ccca #84aacc #84cca6

Monochromatic Colors of #84ccca

#84ccca

Complementary Color

#84ccca #cc8486

#84ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ccca Color CSS Codes

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

#84ccca Text Font Color

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

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


#84ccca Background Color

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

This div background color is #84ccca


#84ccca Border Color

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

This div border color is #84ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ccca


Comments

No comments written yet.

Please login to write comment.