Color Hex Logo

#84facc Color Hex

#84FACC
(132,250,204)
0 Favorites   0 Comments

Color spaces of #84facc

RGB 132250204
HSL0.440.920.75
HSV157°47°98°
CMYK 0.470.000.18   0.02
XYZ54.600477.636469.2343
Yxy77.63640.27100.3853
Hunter Lab88.1115-43.583415.0905
CIE-Lab90.6137-43.897011.8345

#84facc color RGB value is (132,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111010 11001100
Octal 204 372 314
Decimal 132 250 204
Hex 84 FA CC

RGB Percentages of Color #84facc

%22.53
%42.66
%34.81

CMYK Percentages of Color #84facc

%47
%0
%18
%2

Triadic Colors of #84facc

#84facc #cc84fa #facc84

Analogous Colors of #84facc

#84facc #84edfa #84fa91

Monochromatic Colors of #84facc

#84facc

Complementary Color

#84facc #fa84b2

#84facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84facc Color CSS Codes

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

#84facc Text Font Color

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

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


#84facc Background Color

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

This div background color is #84facc


#84facc Border Color

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

This div border color is #84facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84facc

Related Colors


Comments

No comments written yet.

Please login to write comment.