Color Hex Logo

#acddcd Color Hex

#ACDDCD
(172,221,205)
0 Favorites   0 Comments

Color spaces of #acddcd

RGB 172221205
HSL0.450.420.77
HSV160°22°87°
CMYK 0.220.000.07   0.13
XYZ53.889264.891367.4426
Yxy64.89130.28940.3485
Hunter Lab80.5551-21.55986.7497
CIE-Lab84.4277-19.04562.6654

#acddcd color RGB value is (172,221,205).

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

The process color (four color CMYK) of #acddcd color hex is 0.22, 0.00, 0.07, 0.13. Web safe color of #acddcd is #99cccc. Color #acddcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11001101
Octal 254 335 315
Decimal 172 221 205
Hex AC DD CD

RGB Percentages of Color #acddcd

%28.76
%36.96
%34.28

CMYK Percentages of Color #acddcd

%22
%0
%7
%13

Triadic Colors of #acddcd

#acddcd #cdacdd #ddcdac

Analogous Colors of #acddcd

#acddcd #acd5dd #acddb5

Monochromatic Colors of #acddcd

#acddcd

Complementary Color

#acddcd #ddacbc

#acddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddcd Color CSS Codes

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

#acddcd Text Font Color

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

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


#acddcd Background Color

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

This div background color is #acddcd


#acddcd Border Color

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

This div border color is #acddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddcd


Comments

No comments written yet.

Please login to write comment.