Color Hex Logo

#acdcdd Color Hex

#ACDCDD
(172,220,221)
0 Favorites   0 Comments

Color spaces of #acdcdd

RGB 172220221
HSL0.500.420.77
HSV181°22°87°
CMYK 0.220.000.00   0.13
XYZ55.657665.177578.0537
Yxy65.17750.27980.3277
Hunter Lab80.7326-18.2229-0.8098
CIE-Lab84.5751-15.2030-5.5897

#acdcdd color RGB value is (172,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11011101
Octal 254 334 335
Decimal 172 220 221
Hex AC DC DD

RGB Percentages of Color #acdcdd

%28.06
%35.89
%36.05

CMYK Percentages of Color #acdcdd

%22
%0
%0
%13

Triadic Colors of #acdcdd

#acdcdd #ddacdc #dcddac

Analogous Colors of #acdcdd

#acdcdd #acc4dd #acddc6

Monochromatic Colors of #acdcdd

#acdcdd

Complementary Color

#acdcdd #ddadac

#acdcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcdd Color CSS Codes

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

#acdcdd Text Font Color

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

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


#acdcdd Background Color

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

This div background color is #acdcdd


#acdcdd Border Color

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

This div border color is #acdcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcdd


Comments

No comments written yet.

Please login to write comment.