Color Hex Logo

#84fccc Color Hex

#84FCCC
(132,252,204)
0 Favorites   0 Comments

Color spaces of #84fccc

RGB 132252204
HSL0.430.950.75
HSV156°48°99°
CMYK 0.480.000.19   0.01
XYZ55.225278.886069.4426
Yxy78.88600.27130.3875
Hunter Lab88.8178-44.443315.8163
CIE-Lab91.1827-44.770012.6431

#84fccc color RGB value is (132,252,204).

#84fccc hex color red value is 132, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #84fccc hue: 0.43 , saturation: 0.95 and the lightness value of 84fccc is 0.75.

The process color (four color CMYK) of #84fccc color hex is 0.48, 0.00, 0.19, 0.01. Web safe color of #84fccc is #99ffcc. Color #84fccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111100 11001100
Octal 204 374 314
Decimal 132 252 204
Hex 84 FC CC

RGB Percentages of Color #84fccc

%22.45
%42.86
%34.69

CMYK Percentages of Color #84fccc

%48
%0
%19
%1

Triadic Colors of #84fccc

#84fccc #cc84fc #fccc84

Analogous Colors of #84fccc

#84fccc #84f0fc #84fc90

Monochromatic Colors of #84fccc

#84fccc

Complementary Color

#84fccc #fc84b4

#84fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fccc Color CSS Codes

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

#84fccc Text Font Color

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

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


#84fccc Background Color

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

This div background color is #84fccc


#84fccc Border Color

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

This div border color is #84fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fccc


Comments

No comments written yet.

Please login to write comment.