Color Hex Logo

#accddd Color Hex

#ACCDDD
(172,205,221)
0 Favorites   0 Comments

Color spaces of #accddd

RGB 172205221
HSL0.550.420.77
HSV200°22°87°
CMYK 0.220.070.00   0.13
XYZ51.895757.653876.7997
Yxy57.65380.27850.3094
Hunter Lab75.9301-10.8789-6.8180
CIE-Lab80.5459-7.4810-11.5728

#accddd color RGB value is (172,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11011101
Octal 254 315 335
Decimal 172 205 221
Hex AC CD DD

RGB Percentages of Color #accddd

%28.76
%34.28
%36.96

CMYK Percentages of Color #accddd

%22
%7
%0
%13

Triadic Colors of #accddd

#accddd #ddaccd #cdddac

Analogous Colors of #accddd

#accddd #acb5dd #acddd5

Monochromatic Colors of #accddd

#accddd

Complementary Color

#accddd #ddbcac

#accddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#accddd Color CSS Codes

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

#accddd Text Font Color

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

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


#accddd Background Color

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

This div background color is #accddd


#accddd Border Color

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

This div border color is #accddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accddd


Comments

No comments written yet.

Please login to write comment.