Color Hex Logo

#84cccf Color Hex

#84CCCF
(132,204,207)
0 Favorites   0 Comments

Color spaces of #84cccf

RGB 132204207
HSL0.510.440.66
HSV182°36°81°
CMYK 0.360.010.00   0.19
XYZ42.371152.596366.9504
Yxy52.59630.26170.3248
Hunter Lab72.5233-22.6287-3.9677
CIE-Lab77.6360-21.6472-8.6285

#84cccf color RGB value is (132,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11001100 11001111
Octal 204 314 317
Decimal 132 204 207
Hex 84 CC CF

RGB Percentages of Color #84cccf

%24.31
%37.57
%38.12

CMYK Percentages of Color #84cccf

%36
%1
%0
%19

Triadic Colors of #84cccf

#84cccf #cf84cc #cccf84

Analogous Colors of #84cccf

#84cccf #84a7cf #84cfad

Monochromatic Colors of #84cccf

#84cccf

Complementary Color

#84cccf #cf8784

#84cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84cccf Color CSS Codes

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

#84cccf Text Font Color

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

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


#84cccf Background Color

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

This div background color is #84cccf


#84cccf Border Color

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

This div border color is #84cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84cccf


Comments

No comments written yet.

Please login to write comment.