Color Hex Logo

#84cacc Color Hex

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

Color spaces of #84cacc

RGB 132202204
HSL0.500.410.66
HSV182°35°80°
CMYK 0.350.010.00   0.20
XYZ41.535351.506264.8793
Yxy51.50620.26300.3262
Hunter Lab71.7678-22.2876-3.3617
CIE-Lab76.9846-21.3676-7.9796

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

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

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

Base Numbers

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

RGB Percentages of Color #84cacc

%24.54
%37.55
%37.92

CMYK Percentages of Color #84cacc

%35
%1
%0
%20

Triadic Colors of #84cacc

#84cacc #cc84ca #cacc84

Analogous Colors of #84cacc

#84cacc #84a6cc #84ccaa

Monochromatic Colors of #84cacc

#84cacc

Complementary Color

#84cacc #cc8684

#84cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cacc Color CSS Codes

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

#84cacc Text Font Color

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

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


#84cacc Background Color

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

This div background color is #84cacc


#84cacc Border Color

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

This div border color is #84cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cacc

#84cacc Color Palettes


Comments

No comments written yet.

Please login to write comment.