Color Hex Logo

#accdcb Color Hex

#ACCDCB
(172,205,203)
0 Favorites   0 Comments

Color spaces of #accdcb

RGB 172205203
HSL0.490.250.74
HSV176°16°80°
CMYK 0.160.000.01   0.20
XYZ49.624156.745164.8373
Yxy56.74510.28980.3314
Hunter Lab75.3293-14.23741.6986
CIE-Lab80.0360-11.3351-2.6822

#accdcb color RGB value is (172,205,203).

#accdcb hex color red value is 172, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #accdcb hue: 0.49 , saturation: 0.25 and the lightness value of accdcb is 0.74.

The process color (four color CMYK) of #accdcb color hex is 0.16, 0.00, 0.01, 0.20. Web safe color of #accdcb is #99cccc. Color #accdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11001011
Octal 254 315 313
Decimal 172 205 203
Hex AC CD CB

RGB Percentages of Color #accdcb

%29.66
%35.34
%35.00

CMYK Percentages of Color #accdcb

%16
%0
%1
%20

Triadic Colors of #accdcb

#accdcb #cbaccd #cdcbac

Analogous Colors of #accdcb

#accdcb #acbfcd #accdbb

Monochromatic Colors of #accdcb

#accdcb

Complementary Color

#accdcb #cdacae

#accdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdcb Color CSS Codes

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

#accdcb Text Font Color

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

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


#accdcb Background Color

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

This div background color is #accdcb


#accdcb Border Color

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

This div border color is #accdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdcb


Comments

No comments written yet.

Please login to write comment.