Color Hex Logo

#acd4dd Color Hex

#ACD4DD
(172,212,221)
0 Favorites   0 Comments

Color spaces of #acd4dd

RGB 172212221
HSL0.530.420.77
HSV191°22°87°
CMYK 0.220.040.00   0.13
XYZ53.607961.078177.3704
Yxy61.07810.27910.3180
Hunter Lab78.1525-14.3266-3.9899
CIE-Lab82.4207-11.1162-8.7804

#acd4dd color RGB value is (172,212,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 11011101
Octal 254 324 335
Decimal 172 212 221
Hex AC D4 DD

RGB Percentages of Color #acd4dd

%28.43
%35.04
%36.53

CMYK Percentages of Color #acd4dd

%22
%4
%0
%13

Triadic Colors of #acd4dd

#acd4dd #ddacd4 #d4ddac

Analogous Colors of #acd4dd

#acd4dd #acbcdd #acddce

Monochromatic Colors of #acd4dd

#acd4dd

Complementary Color

#acd4dd #ddb5ac

#acd4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd4dd Color CSS Codes

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

#acd4dd Text Font Color

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

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


#acd4dd Background Color

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

This div background color is #acd4dd


#acd4dd Border Color

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

This div border color is #acd4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd4dd


Comments

No comments written yet.

Please login to write comment.