Color Hex Logo

#daddad Color Hex

#DADDAD
(218,221,173)
2 Favorites   1 Comments

Color spaces of #daddad

RGB 218221173
HSL0.180.410.77
HSV64°22°87°
CMYK 0.010.000.22   0.13
XYZ62.312769.635549.6919
Yxy69.63550.34310.3834
Hunter Lab83.4479-12.743223.1073
CIE-Lab86.8178-8.820523.2894

#daddad color RGB value is (218,221,173).

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

The process color (four color CMYK) of #daddad color hex is 0.01, 0.00, 0.22, 0.13. Web safe color of #daddad is #cccc99. Color #daddad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10101101
Octal 332 335 255
Decimal 218 221 173
Hex DA DD AD

RGB Percentages of Color #daddad

%35.62
%36.11
%28.27

CMYK Percentages of Color #daddad

%1
%0
%22
%13

Triadic Colors of #daddad

#daddad #addadd #ddadda

Analogous Colors of #daddad

#daddad #c2ddad #ddc8ad

Monochromatic Colors of #daddad

#daddad

Complementary Color

#daddad #b0addd

#daddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddad Color CSS Codes

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

#daddad Text Font Color

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

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


#daddad Background Color

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

This div background color is #daddad


#daddad Border Color

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

This div border color is #daddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddad

#daddad Color Palettes


Comments

6 Jul 2012, 7:23 (guest)

I like it.

Please login to write comment.