Color Hex Logo

#acc7dc Color Hex

#ACC7DC
(172,199,220)
0 Favorites   0 Comments

Color spaces of #acc7dc

RGB 172199220
HSL0.570.410.77
HSV206°22°86°
CMYK 0.220.100.00   0.14
XYZ50.354954.784875.6307
Yxy54.78480.27860.3031
Hunter Lab74.0168-8.0926-8.7711
CIE-Lab78.9171-4.5456-13.4732

#acc7dc color RGB value is (172,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 11011100
Octal 254 307 334
Decimal 172 199 220
Hex AC C7 DC

RGB Percentages of Color #acc7dc

%29.10
%33.67
%37.23

CMYK Percentages of Color #acc7dc

%22
%10
%0
%14

Triadic Colors of #acc7dc

#acc7dc #dcacc7 #c7dcac

Analogous Colors of #acc7dc

#acc7dc #acafdc #acdcd9

Monochromatic Colors of #acc7dc

#acc7dc

Complementary Color

#acc7dc #dcc1ac

#acc7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc7dc Color CSS Codes

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

#acc7dc Text Font Color

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

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


#acc7dc Background Color

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

This div background color is #acc7dc


#acc7dc Border Color

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

This div border color is #acc7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc7dc

#acc7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.