Color Hex Logo

#acddcf Color Hex

#ACDDCF
(172,221,207)
0 Favorites   0 Comments

Color spaces of #acddcf

RGB 172221207
HSL0.450.420.77
HSV163°22°87°
CMYK 0.220.000.06   0.13
XYZ54.132264.988668.7225
Yxy64.98860.28820.3460
Hunter Lab80.6155-21.21695.8878
CIE-Lab84.4779-18.64081.6802

#acddcf color RGB value is (172,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11001111
Octal 254 335 317
Decimal 172 221 207
Hex AC DD CF

RGB Percentages of Color #acddcf

%28.67
%36.83
%34.50

CMYK Percentages of Color #acddcf

%22
%0
%6
%13

Triadic Colors of #acddcf

#acddcf #cfacdd #ddcfac

Analogous Colors of #acddcf

#acddcf #acd3dd #acddb7

Monochromatic Colors of #acddcf

#acddcf

Complementary Color

#acddcf #ddacba

#acddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddcf Color CSS Codes

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

#acddcf Text Font Color

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

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


#acddcf Background Color

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

This div background color is #acddcf


#acddcf Border Color

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

This div border color is #acddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddcf


Comments

No comments written yet.

Please login to write comment.