Color Hex Logo

#adcdcb Color Hex

#ADCDCB
(173,205,203)
0 Favorites   0 Comments

Color spaces of #adcdcb

RGB 173205203
HSL0.490.240.74
HSV176°16°80°
CMYK 0.160.000.01   0.20
XYZ49.844456.858764.8477
Yxy56.85870.29060.3314
Hunter Lab75.4047-13.96531.7942
CIE-Lab80.1001-11.0162-2.5808

#adcdcb color RGB value is (173,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11001011
Octal 255 315 313
Decimal 173 205 203
Hex AD CD CB

RGB Percentages of Color #adcdcb

%29.78
%35.28
%34.94

CMYK Percentages of Color #adcdcb

%16
%0
%1
%20

Triadic Colors of #adcdcb

#adcdcb #cbadcd #cdcbad

Analogous Colors of #adcdcb

#adcdcb #adbfcd #adcdbb

Monochromatic Colors of #adcdcb

#adcdcb

Complementary Color

#adcdcb #cdadaf

#adcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdcb Color CSS Codes

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

#adcdcb Text Font Color

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

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


#adcdcb Background Color

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

This div background color is #adcdcb


#adcdcb Border Color

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

This div border color is #adcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdcb


Comments

No comments written yet.

Please login to write comment.