Color Hex Logo

#acc2dc Color Hex

#ACC2DC
(172,194,220)
0 Favorites   0 Comments

Color spaces of #acc2dc

RGB 172194220
HSL0.590.410.77
HSV213°22°86°
CMYK 0.220.120.00   0.14
XYZ49.223352.521575.2535
Yxy52.52150.27810.2967
Hunter Lab72.4717-5.5871-10.8356
CIE-Lab77.5916-1.8858-15.4636

#acc2dc color RGB value is (172,194,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 11011100
Octal 254 302 334
Decimal 172 194 220
Hex AC C2 DC

RGB Percentages of Color #acc2dc

%29.35
%33.11
%37.54

CMYK Percentages of Color #acc2dc

%22
%12
%0
%14

Triadic Colors of #acc2dc

#acc2dc #dcacc2 #c2dcac

Analogous Colors of #acc2dc

#acc2dc #aeacdc #acdadc

Monochromatic Colors of #acc2dc

#acc2dc

Complementary Color

#acc2dc #dcc6ac

#acc2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc2dc Color CSS Codes

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

#acc2dc Text Font Color

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

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


#acc2dc Background Color

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

This div background color is #acc2dc


#acc2dc Border Color

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

This div border color is #acc2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc2dc


Comments

No comments written yet.

Please login to write comment.