Color Hex Logo

#addaad Color Hex

#ADDAAD
(173,218,173)
0 Favorites   0 Comments

Color spaces of #addaad

RGB 173218173
HSL0.330.380.77
HSV120°21°85°
CMYK 0.210.000.21   0.15
XYZ49.847862.044248.8836
Yxy62.04420.31000.3859
Hunter Lab78.7681-24.881918.3423
CIE-Lab82.9369-23.234917.4377

#addaad color RGB value is (173,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011010 10101101
Octal 255 332 255
Decimal 173 218 173
Hex AD DA AD

RGB Percentages of Color #addaad

%30.67
%38.65
%30.67

CMYK Percentages of Color #addaad

%21
%0
%21
%15

Triadic Colors of #addaad

#addaad #adadda #daadad

Analogous Colors of #addaad

#addaad #addac4 #c4daad

Monochromatic Colors of #addaad

#addaad

Complementary Color

#addaad #daadda

#addaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#addaad Color CSS Codes

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

#addaad Text Font Color

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

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


#addaad Background Color

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

This div background color is #addaad


#addaad Border Color

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

This div border color is #addaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addaad


Comments

No comments written yet.

Please login to write comment.