Color Hex Logo

#84abcc Color Hex

#84ABCC
(132,171,204)
0 Favorites   0 Comments

Color spaces of #84abcc

RGB 132171204
HSL0.580.410.66
HSV208°35°80°
CMYK 0.350.160.00   0.20
XYZ34.977738.391062.6934
Yxy38.39100.25710.2822
Hunter Lab61.9605-7.6647-16.6190
CIE-Lab68.3078-5.0896-21.0279

#84abcc color RGB value is (132,171,204).

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

The process color (four color CMYK) of #84abcc color hex is 0.35, 0.16, 0.00, 0.20. Web safe color of #84abcc is #9999cc. Color #84abcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101011 11001100
Octal 204 253 314
Decimal 132 171 204
Hex 84 AB CC

RGB Percentages of Color #84abcc

%26.04
%33.73
%40.24

CMYK Percentages of Color #84abcc

%35
%16
%0
%20

Triadic Colors of #84abcc

#84abcc #cc84ab #abcc84

Analogous Colors of #84abcc

#84abcc #8487cc #84ccc9

Monochromatic Colors of #84abcc

#84abcc

Complementary Color

#84abcc #cca584

#84abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#84abcc Color CSS Codes

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

#84abcc Text Font Color

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

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


#84abcc Background Color

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

This div background color is #84abcc


#84abcc Border Color

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

This div border color is #84abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84abcc

#84abcc Color Palettes


Comments

No comments written yet.

Please login to write comment.