Color Hex Logo

#acd0dc Color Hex

#ACD0DC
(172,208,220)
0 Favorites   0 Comments

Color spaces of #acd0dc

RGB 172208220
HSL0.540.410.77
HSV195°22°86°
CMYK 0.220.050.00   0.14
XYZ52.487459.049776.3415
Yxy59.04970.27940.3143
Hunter Lab76.8438-12.5540-5.1118
CIE-Lab81.3189-9.2655-9.8854

#acd0dc color RGB value is (172,208,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 11011100
Octal 254 320 334
Decimal 172 208 220
Hex AC D0 DC

RGB Percentages of Color #acd0dc

%28.67
%34.67
%36.67

CMYK Percentages of Color #acd0dc

%22
%5
%0
%14

Triadic Colors of #acd0dc

#acd0dc #dcacd0 #d0dcac

Analogous Colors of #acd0dc

#acd0dc #acb8dc #acdcd0

Monochromatic Colors of #acd0dc

#acd0dc

Complementary Color

#acd0dc #dcb8ac

#acd0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd0dc Color CSS Codes

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

#acd0dc Text Font Color

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

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


#acd0dc Background Color

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

This div background color is #acd0dc


#acd0dc Border Color

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

This div border color is #acd0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd0dc


Comments

No comments written yet.

Please login to write comment.