Color Hex Logo

#acc3cd Color Hex

#ACC3CD
(172,195,205)
0 Favorites   0 Comments

Color spaces of #acc3cd

RGB 172195205
HSL0.550.250.74
HSV198°16°80°
CMYK 0.160.050.00   0.20
XYZ47.547852.208665.3288
Yxy52.20860.28800.3163
Hunter Lab72.2555-8.9851-3.0273
CIE-Lab77.4054-5.6916-7.6419

#acc3cd color RGB value is (172,195,205).

#acc3cd hex color red value is 172, green value is 195 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #acc3cd hue: 0.55 , saturation: 0.25 and the lightness value of acc3cd is 0.74.

The process color (four color CMYK) of #acc3cd color hex is 0.16, 0.05, 0.00, 0.20. Web safe color of #acc3cd is #99cccc. Color #acc3cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 11001101
Octal 254 303 315
Decimal 172 195 205
Hex AC C3 CD

RGB Percentages of Color #acc3cd

%30.07
%34.09
%35.84

CMYK Percentages of Color #acc3cd

%16
%5
%0
%20

Triadic Colors of #acc3cd

#acc3cd #cdacc3 #c3cdac

Analogous Colors of #acc3cd

#acc3cd #acb3cd #accdc7

Monochromatic Colors of #acc3cd

#acc3cd

Complementary Color

#acc3cd #cdb6ac

#acc3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc3cd Color CSS Codes

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

#acc3cd Text Font Color

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

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


#acc3cd Background Color

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

This div background color is #acc3cd


#acc3cd Border Color

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

This div border color is #acc3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc3cd


Comments

No comments written yet.

Please login to write comment.