Color Hex Logo

#adcdad Color Hex

#ADCDAD
(173,205,173)
0 Favorites   0 Comments

Color spaces of #adcdad

RGB 173205173
HSL0.330.240.74
HSV120°16°80°
CMYK 0.160.000.16   0.20
XYZ46.607755.564047.8036
Yxy55.56400.31080.3705
Hunter Lab74.5413-18.838214.1560
CIE-Lab79.3650-16.771612.4155

#adcdad color RGB value is (173,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 10101101
Octal 255 315 255
Decimal 173 205 173
Hex AD CD AD

RGB Percentages of Color #adcdad

%31.40
%37.21
%31.40

CMYK Percentages of Color #adcdad

%16
%0
%16
%20

Triadic Colors of #adcdad

#adcdad #adadcd #cdadad

Analogous Colors of #adcdad

#adcdad #adcdbd #bdcdad

Monochromatic Colors of #adcdad

#adcdad

Complementary Color

#adcdad #cdadcd

#adcdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdad Color CSS Codes

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

#adcdad Text Font Color

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

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


#adcdad Background Color

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

This div background color is #adcdad


#adcdad Border Color

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

This div border color is #adcdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdad


Comments

No comments written yet.

Please login to write comment.