Color Hex Logo

#acd0dd Color Hex

#ACD0DD
(172,208,221)
0 Favorites   0 Comments

Color spaces of #acd0dd

RGB 172208221
HSL0.540.420.77
HSV196°22°87°
CMYK 0.220.060.00   0.13
XYZ52.620359.102977.0412
Yxy59.10290.27880.3131
Hunter Lab76.8784-12.3609-5.6007
CIE-Lab81.3481-9.0456-10.3762

#acd0dd color RGB value is (172,208,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 11011101
Octal 254 320 335
Decimal 172 208 221
Hex AC D0 DD

RGB Percentages of Color #acd0dd

%28.62
%34.61
%36.77

CMYK Percentages of Color #acd0dd

%22
%6
%0
%13

Triadic Colors of #acd0dd

#acd0dd #ddacd0 #d0ddac

Analogous Colors of #acd0dd

#acd0dd #acb8dd #acddd2

Monochromatic Colors of #acd0dd

#acd0dd

Complementary Color

#acd0dd #ddb9ac

#acd0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd0dd Color CSS Codes

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

#acd0dd Text Font Color

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

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


#acd0dd Background Color

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

This div background color is #acd0dd


#acd0dd Border Color

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

This div border color is #acd0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd0dd


Comments

No comments written yet.

Please login to write comment.