Color Hex Logo

#84decc Color Hex

#84DECC
(132,222,204)
0 Favorites   0 Comments

Color spaces of #84decc

RGB 132222204
HSL0.470.580.69
HSV168°41°87°
CMYK 0.410.000.08   0.13
XYZ46.536161.507766.5462
Yxy61.50770.26650.3523
Hunter Lab78.4268-31.33054.5905
CIE-Lab82.6509-31.13700.3608

#84decc color RGB value is (132,222,204).

#84decc hex color red value is 132, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #84decc hue: 0.47 , saturation: 0.58 and the lightness value of 84decc is 0.69.

The process color (four color CMYK) of #84decc color hex is 0.41, 0.00, 0.08, 0.13. Web safe color of #84decc is #99cccc. Color #84decc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011110 11001100
Octal 204 336 314
Decimal 132 222 204
Hex 84 DE CC

RGB Percentages of Color #84decc

%23.66
%39.78
%36.56

CMYK Percentages of Color #84decc

%41
%0
%8
%13

Triadic Colors of #84decc

#84decc #cc84de #decc84

Analogous Colors of #84decc

#84decc #84c3de #84de9f

Monochromatic Colors of #84decc

#84decc

Complementary Color

#84decc #de8496

#84decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84decc Color CSS Codes

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

#84decc Text Font Color

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

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


#84decc Background Color

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

This div background color is #84decc


#84decc Border Color

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

This div border color is #84decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84decc


Comments

No comments written yet.

Please login to write comment.