Color Hex Logo

#adcccb Color Hex

#ADCCCB
(173,204,203)
0 Favorites   0 Comments

Color spaces of #adcccb

RGB 173204203
HSL0.490.230.74
HSV178°15°80°
CMYK 0.150.000.00   0.20
XYZ49.605956.381864.7682
Yxy56.38180.29050.3302
Hunter Lab75.0878-13.47971.4199
CIE-Lab79.8306-10.4990-2.9766

#adcccb color RGB value is (173,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11001011
Octal 255 314 313
Decimal 173 204 203
Hex AD CC CB

RGB Percentages of Color #adcccb

%29.83
%35.17
%35.00

CMYK Percentages of Color #adcccb

%15
%0
%0
%20

Triadic Colors of #adcccb

#adcccb #cbadcc #cccbad

Analogous Colors of #adcccb

#adcccb #adbecc #adccbc

Monochromatic Colors of #adcccb

#adcccb

Complementary Color

#adcccb #ccadae

#adcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcccb Color CSS Codes

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

#adcccb Text Font Color

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

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


#adcccb Background Color

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

This div background color is #adcccb


#adcccb Border Color

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

This div border color is #adcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcccb

#adcccb Color Palettes


Comments

No comments written yet.

Please login to write comment.