Color Hex Logo

#acc9dc Color Hex

#ACC9DC
(172,201,220)
0 Favorites   0 Comments

Color spaces of #acc9dc

RGB 172201220
HSL0.570.410.77
HSV204°22°86°
CMYK 0.220.090.00   0.14
XYZ50.818255.711375.7851
Yxy55.71130.27870.3056
Hunter Lab74.6400-9.0893-7.9516
CIE-Lab79.4492-5.6020-12.6762

#acc9dc color RGB value is (172,201,220).

#acc9dc hex color red value is 172, green value is 201 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #acc9dc hue: 0.57 , saturation: 0.41 and the lightness value of acc9dc is 0.77.

The process color (four color CMYK) of #acc9dc color hex is 0.22, 0.09, 0.00, 0.14. Web safe color of #acc9dc is #99cccc. Color #acc9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 11011100
Octal 254 311 334
Decimal 172 201 220
Hex AC C9 DC

RGB Percentages of Color #acc9dc

%29.01
%33.90
%37.10

CMYK Percentages of Color #acc9dc

%22
%9
%0
%14

Triadic Colors of #acc9dc

#acc9dc #dcacc9 #c9dcac

Analogous Colors of #acc9dc

#acc9dc #acb1dc #acdcd7

Monochromatic Colors of #acc9dc

#acc9dc

Complementary Color

#acc9dc #dcbfac

#acc9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc9dc Color CSS Codes

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

#acc9dc Text Font Color

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

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


#acc9dc Background Color

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

This div background color is #acc9dc


#acc9dc Border Color

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

This div border color is #acc9dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,201,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acc9dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acc9dc;
  -webkit-box-shadow: 1px 1px 3px 2px #acc9dc;
  box-shadow:         1px 1px 3px 2px #acc9dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,201,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc9dc


Comments

No comments written yet.

Please login to write comment.