Color Hex Logo

#84fbcc Color Hex

#84FBCC
(132,251,204)
0 Favorites   0 Comments

Color spaces of #84fbcc

RGB 132251204
HSL0.430.940.75
HSV156°47°98°
CMYK 0.470.000.19   0.02
XYZ54.912078.259569.3382
Yxy78.25950.27120.3864
Hunter Lab88.4644-44.013415.4537
CIE-Lab90.8982-44.334012.2389

#84fbcc color RGB value is (132,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111011 11001100
Octal 204 373 314
Decimal 132 251 204
Hex 84 FB CC

RGB Percentages of Color #84fbcc

%22.49
%42.76
%34.75

CMYK Percentages of Color #84fbcc

%47
%0
%19
%2

Triadic Colors of #84fbcc

#84fbcc #cc84fb #fbcc84

Analogous Colors of #84fbcc

#84fbcc #84effb #84fb91

Monochromatic Colors of #84fbcc

#84fbcc

Complementary Color

#84fbcc #fb84b3

#84fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fbcc Color CSS Codes

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

#84fbcc Text Font Color

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

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


#84fbcc Background Color

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

This div background color is #84fbcc


#84fbcc Border Color

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

This div border color is #84fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fbcc


Comments

No comments written yet.

Please login to write comment.