Color Hex Logo

#acd9de Color Hex

#ACD9DE
(172,217,222)
0 Favorites   0 Comments

Color spaces of #acd9de

RGB 172217222
HSL0.520.430.77
HSV186°23°87°
CMYK 0.230.020.00   0.13
XYZ55.010963.670378.4975
Yxy63.67030.27900.3229
Hunter Lab79.7937-16.5785-2.4713
CIE-Lab83.7938-13.4618-7.2754

#acd9de color RGB value is (172,217,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011001 11011110
Octal 254 331 336
Decimal 172 217 222
Hex AC D9 DE

RGB Percentages of Color #acd9de

%28.15
%35.52
%36.33

CMYK Percentages of Color #acd9de

%23
%2
%0
%13

Triadic Colors of #acd9de

#acd9de #deacd9 #d9deac

Analogous Colors of #acd9de

#acd9de #acc0de #acdeca

Monochromatic Colors of #acd9de

#acd9de

Complementary Color

#acd9de #deb1ac

#acd9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd9de Color CSS Codes

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

#acd9de Text Font Color

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

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


#acd9de Background Color

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

This div background color is #acd9de


#acd9de Border Color

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

This div border color is #acd9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd9de


Comments

No comments written yet.

Please login to write comment.