Color Hex Logo

#84accb Color Hex

#84ACCB
(132,172,203)
0 Favorites   0 Comments

Color spaces of #84accb

RGB 132172203
HSL0.570.410.66
HSV206°35°80°
CMYK 0.350.150.00   0.20
XYZ35.047738.722462.1269
Yxy38.72240.25790.2849
Hunter Lab62.2273-8.3630-15.6352
CIE-Lab68.5497-5.8933-20.1082

#84accb color RGB value is (132,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101100 11001011
Octal 204 254 313
Decimal 132 172 203
Hex 84 AC CB

RGB Percentages of Color #84accb

%26.04
%33.93
%40.04

CMYK Percentages of Color #84accb

%35
%15
%0
%20

Triadic Colors of #84accb

#84accb #cb84ac #accb84

Analogous Colors of #84accb

#84accb #8489cb #84cbc7

Monochromatic Colors of #84accb

#84accb

Complementary Color

#84accb #cba384

#84accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84accb Color CSS Codes

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

#84accb Text Font Color

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

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


#84accb Background Color

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

This div background color is #84accb


#84accb Border Color

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

This div border color is #84accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84accb


Comments

No comments written yet.

Please login to write comment.