Color Hex Logo

#84cbcc Color Hex

#84CBCC
(132,203,204)
0 Favorites   0 Comments

Color spaces of #84cbcc

RGB 132203204
HSL0.500.410.66
HSV181°35°80°
CMYK 0.350.000.00   0.20
XYZ41.770751.977064.9578
Yxy51.97700.26320.3275
Hunter Lab72.0951-22.7464-2.9538
CIE-Lab77.2671-21.8696-7.5604

#84cbcc color RGB value is (132,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001011 11001100
Octal 204 313 314
Decimal 132 203 204
Hex 84 CB CC

RGB Percentages of Color #84cbcc

%24.49
%37.66
%37.85

CMYK Percentages of Color #84cbcc

%35
%0
%0
%20

Triadic Colors of #84cbcc

#84cbcc #cc84cb #cbcc84

Analogous Colors of #84cbcc

#84cbcc #84a7cc #84cca9

Monochromatic Colors of #84cbcc

#84cbcc

Complementary Color

#84cbcc #cc8584

#84cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cbcc Color CSS Codes

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

#84cbcc Text Font Color

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

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


#84cbcc Background Color

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

This div background color is #84cbcc


#84cbcc Border Color

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

This div border color is #84cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cbcc


Comments

No comments written yet.

Please login to write comment.