Color Hex Logo

#addcad Color Hex

#ADDCAD
(173,220,173)
0 Favorites   0 Comments

Color spaces of #addcad

RGB 173220173
HSL0.330.400.77
HSV120°21°86°
CMYK 0.210.000.21   0.14
XYZ50.369663.087849.0576
Yxy63.08780.30990.3882
Hunter Lab79.4278-25.801918.9798
CIE-Lab83.4886-24.210618.2073

#addcad color RGB value is (173,220,173).

#addcad hex color red value is 173, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #addcad hue: 0.33 , saturation: 0.40 and the lightness value of addcad is 0.77.

The process color (four color CMYK) of #addcad color hex is 0.21, 0.00, 0.21, 0.14. Web safe color of #addcad is #99cc99. Color #addcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10101101
Octal 255 334 255
Decimal 173 220 173
Hex AD DC AD

RGB Percentages of Color #addcad

%30.57
%38.87
%30.57

CMYK Percentages of Color #addcad

%21
%0
%21
%14

Triadic Colors of #addcad

#addcad #adaddc #dcadad

Analogous Colors of #addcad

#addcad #addcc5 #c5dcad

Monochromatic Colors of #addcad

#addcad

Complementary Color

#addcad #dcaddc

#addcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcad Color CSS Codes

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

#addcad Text Font Color

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

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


#addcad Background Color

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

This div background color is #addcad


#addcad Border Color

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

This div border color is #addcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcad


Comments

No comments written yet.

Please login to write comment.