Color Hex Logo

#acd2de Color Hex

#ACD2DE
(172,210,222)
0 Favorites   0 Comments

Color spaces of #acd2de

RGB 172210222
HSL0.540.430.77
HSV194°23°87°
CMYK 0.230.050.00   0.13
XYZ53.244760.137877.9087
Yxy60.13780.27830.3144
Hunter Lab77.5486-13.1522-5.2813
CIE-Lab81.9130-9.8630-10.0686

#acd2de color RGB value is (172,210,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 11011110
Octal 254 322 336
Decimal 172 210 222
Hex AC D2 DE

RGB Percentages of Color #acd2de

%28.48
%34.77
%36.75

CMYK Percentages of Color #acd2de

%23
%5
%0
%13

Triadic Colors of #acd2de

#acd2de #deacd2 #d2deac

Analogous Colors of #acd2de

#acd2de #acb9de #acded1

Monochromatic Colors of #acd2de

#acd2de

Complementary Color

#acd2de #deb8ac

#acd2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd2de Color CSS Codes

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

#acd2de Text Font Color

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

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


#acd2de Background Color

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

This div background color is #acd2de


#acd2de Border Color

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

This div border color is #acd2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd2de

#acd2de Color Palettes


Comments

No comments written yet.

Please login to write comment.