Color Hex Logo

#acccdc Color Hex

#ACCCDC
(172,204,220)
0 Favorites   0 Comments

Color spaces of #acccdc

RGB 172204220
HSL0.560.410.77
HSV200°22°86°
CMYK 0.220.070.00   0.14
XYZ51.524457.123776.0205
Yxy57.12370.27900.3093
Hunter Lab75.5802-10.5787-6.7292
CIE-Lab80.2491-7.1787-11.4804

#acccdc color RGB value is (172,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11011100
Octal 254 314 334
Decimal 172 204 220
Hex AC CC DC

RGB Percentages of Color #acccdc

%28.86
%34.23
%36.91

CMYK Percentages of Color #acccdc

%22
%7
%0
%14

Triadic Colors of #acccdc

#acccdc #dcaccc #ccdcac

Analogous Colors of #acccdc

#acccdc #acb4dc #acdcd4

Monochromatic Colors of #acccdc

#acccdc

Complementary Color

#acccdc #dcbcac

#acccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccdc Color CSS Codes

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

#acccdc Text Font Color

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

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


#acccdc Background Color

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

This div background color is #acccdc


#acccdc Border Color

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

This div border color is #acccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccdc


Comments

No comments written yet.

Please login to write comment.