Color Hex Logo

#84abcb Color Hex

#84ABCB
(132,171,203)
0 Favorites   0 Comments

Color spaces of #84abcb

RGB 132171203
HSL0.580.410.66
HSV207°35°80°
CMYK 0.350.160.00   0.20
XYZ34.858138.343262.0637
Yxy38.34320.25770.2835
Hunter Lab61.9219-7.8791-16.0805
CIE-Lab68.2728-5.3475-20.5293

#84abcb color RGB value is (132,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101011 11001011
Octal 204 253 313
Decimal 132 171 203
Hex 84 AB CB

RGB Percentages of Color #84abcb

%26.09
%33.79
%40.12

CMYK Percentages of Color #84abcb

%35
%16
%0
%20

Triadic Colors of #84abcb

#84abcb #cb84ab #abcb84

Analogous Colors of #84abcb

#84abcb #8488cb #84cbc8

Monochromatic Colors of #84abcb

#84abcb

Complementary Color

#84abcb #cba484

#84abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84abcb Color CSS Codes

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

#84abcb Text Font Color

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

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


#84abcb Background Color

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

This div background color is #84abcb


#84abcb Border Color

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

This div border color is #84abcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,171,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #84abcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84abcb


Comments

No comments written yet.

Please login to write comment.