Color Hex Logo

#adccc0 Color Hex

#ADCCC0
(173,204,192)
0 Favorites   0 Comments

Color spaces of #adccc0

RGB 173204192
HSL0.440.230.74
HSV157°15°80°
CMYK 0.150.000.06   0.20
XYZ48.340955.875758.1064
Yxy55.87570.29780.3442
Hunter Lab74.7501-15.37656.2364
CIE-Lab79.5430-12.71082.5043

#adccc0 color RGB value is (173,204,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11000000
Octal 255 314 300
Decimal 173 204 192
Hex AD CC C0

RGB Percentages of Color #adccc0

%30.40
%35.85
%33.74

CMYK Percentages of Color #adccc0

%15
%0
%6
%20

Triadic Colors of #adccc0

#adccc0 #c0adcc #ccc0ad

Analogous Colors of #adccc0

#adccc0 #adc9cc #adccb1

Monochromatic Colors of #adccc0

#adccc0

Complementary Color

#adccc0 #ccadb9

#adccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccc0 Color CSS Codes

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

#adccc0 Text Font Color

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

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


#adccc0 Background Color

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

This div background color is #adccc0


#adccc0 Border Color

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

This div border color is #adccc0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,204,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccc0


Comments

No comments written yet.

Please login to write comment.