Color Hex Logo

#acc0d1 Color Hex

#ACC0D1
(172,192,209)
2 Favorites   0 Comments

Color spaces of #acc0d1

RGB 172192209
HSL0.580.290.75
HSV208°18°82°
CMYK 0.180.080.00   0.18
XYZ47.371551.073467.6830
Yxy51.07340.28520.3074
Hunter Lab71.4657-6.7449-6.1258
CIE-Lab76.7234-3.2433-10.8201

#acc0d1 color RGB value is (172,192,209).

#acc0d1 hex color red value is 172, green value is 192 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #acc0d1 hue: 0.58 , saturation: 0.29 and the lightness value of acc0d1 is 0.75.

The process color (four color CMYK) of #acc0d1 color hex is 0.18, 0.08, 0.00, 0.18. Web safe color of #acc0d1 is #99cccc. Color #acc0d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 11010001
Octal 254 300 321
Decimal 172 192 209
Hex AC C0 D1

RGB Percentages of Color #acc0d1

%30.02
%33.51
%36.47

CMYK Percentages of Color #acc0d1

%18
%8
%0
%18

Triadic Colors of #acc0d1

#acc0d1 #d1acc0 #c0d1ac

Analogous Colors of #acc0d1

#acc0d1 #acaed1 #acd1d0

Monochromatic Colors of #acc0d1

#acc0d1

Complementary Color

#acc0d1 #d1bdac

#acc0d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0d1 Color CSS Codes

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

#acc0d1 Text Font Color

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

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


#acc0d1 Background Color

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

This div background color is #acc0d1


#acc0d1 Border Color

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

This div border color is #acc0d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0d1


Comments

No comments written yet.

Please login to write comment.