Color Hex Logo

#acccd1 Color Hex

#ACCCD1
(172,204,209)
0 Favorites   0 Comments

Color spaces of #acccd1

RGB 172204209
HSL0.520.290.75
HSV188°18°82°
CMYK 0.180.020.00   0.18
XYZ50.114756.559868.5974
Yxy56.55980.28590.3227
Hunter Lab75.2062-12.6651-1.4354
CIE-Lab79.9314-9.5615-6.0544

#acccd1 color RGB value is (172,204,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11010001
Octal 254 314 321
Decimal 172 204 209
Hex AC CC D1

RGB Percentages of Color #acccd1

%29.40
%34.87
%35.73

CMYK Percentages of Color #acccd1

%18
%2
%0
%18

Triadic Colors of #acccd1

#acccd1 #d1accc #ccd1ac

Analogous Colors of #acccd1

#acccd1 #acbad1 #acd1c4

Monochromatic Colors of #acccd1

#acccd1

Complementary Color

#acccd1 #d1b1ac

#acccd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccd1 Color CSS Codes

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

#acccd1 Text Font Color

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

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


#acccd1 Background Color

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

This div background color is #acccd1


#acccd1 Border Color

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

This div border color is #acccd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccd1


Comments

No comments written yet.

Please login to write comment.