Color Hex Logo

#acd9df Color Hex

#ACD9DF
(172,217,223)
0 Favorites   0 Comments

Color spaces of #acd9df

RGB 172217223
HSL0.520.440.77
HSV187°23°87°
CMYK 0.230.030.00   0.13
XYZ55.145463.724179.2055
Yxy63.72410.27840.3217
Hunter Lab79.8274-16.3887-2.9490
CIE-Lab83.8219-13.2436-7.7645

#acd9df color RGB value is (172,217,223).

#acd9df hex color red value is 172, green value is 217 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #acd9df hue: 0.52 , saturation: 0.44 and the lightness value of acd9df is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 11011111
Octal 254 331 337
Decimal 172 217 223
Hex AC D9 DF

RGB Percentages of Color #acd9df

%28.10
%35.46
%36.44

CMYK Percentages of Color #acd9df

%23
%3
%0
%13

Triadic Colors of #acd9df

#acd9df #dfacd9 #d9dfac

Analogous Colors of #acd9df

#acd9df #acc0df #acdfcc

Monochromatic Colors of #acd9df

#acd9df

Complementary Color

#acd9df #dfb2ac

#acd9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd9df Color CSS Codes

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

#acd9df Text Font Color

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

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


#acd9df Background Color

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

This div background color is #acd9df


#acd9df Border Color

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

This div border color is #acd9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd9df


Comments

No comments written yet.

Please login to write comment.