Color Hex Logo

#acddcb Color Hex

#ACDDCB
(172,221,203)
0 Favorites   0 Comments

Color spaces of #acddcb

RGB 172221203
HSL0.440.420.77
HSV158°22°87°
CMYK 0.220.000.08   0.13
XYZ53.649264.795466.1791
Yxy64.79540.29060.3510
Hunter Lab80.4956-21.89957.6019
CIE-Lab84.3782-19.44753.6515

#acddcb color RGB value is (172,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11001011
Octal 254 335 313
Decimal 172 221 203
Hex AC DD CB

RGB Percentages of Color #acddcb

%28.86
%37.08
%34.06

CMYK Percentages of Color #acddcb

%22
%0
%8
%13

Triadic Colors of #acddcb

#acddcb #cbacdd #ddcbac

Analogous Colors of #acddcb

#acddcb #acd7dd #acddb3

Monochromatic Colors of #acddcb

#acddcb

Complementary Color

#acddcb #ddacbe

#acddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddcb Color CSS Codes

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

#acddcb Text Font Color

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

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


#acddcb Background Color

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

This div background color is #acddcb


#acddcb Border Color

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

This div border color is #acddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddcb


Comments

No comments written yet.

Please login to write comment.