Color Hex Logo

#dadd9d Color Hex

#DADD9D
(218,221,157)
0 Favorites   0 Comments

Color spaces of #dadd9d

RGB 218221157
HSL0.170.480.74
HSV63°29°87°
CMYK 0.010.000.29   0.13
XYZ60.855769.052742.0193
Yxy69.05270.35400.4016
Hunter Lab83.0980-14.699328.1880
CIE-Lab86.5301-10.992831.1655

#dadd9d color RGB value is (218,221,157).

#dadd9d hex color red value is 218, green value is 221 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dadd9d hue: 0.17 , saturation: 0.48 and the lightness value of dadd9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10011101
Octal 332 335 235
Decimal 218 221 157
Hex DA DD 9D

RGB Percentages of Color #dadd9d

%36.58
%37.08
%26.34

CMYK Percentages of Color #dadd9d

%1
%0
%29
%13

Triadic Colors of #dadd9d

#dadd9d #9ddadd #dd9dda

Analogous Colors of #dadd9d

#dadd9d #badd9d #ddc09d

Monochromatic Colors of #dadd9d

#dadd9d

Complementary Color

#dadd9d #a09ddd

#dadd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd9d Color CSS Codes

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

#dadd9d Text Font Color

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

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


#dadd9d Background Color

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

This div background color is #dadd9d


#dadd9d Border Color

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

This div border color is #dadd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd9d


Comments

No comments written yet.

Please login to write comment.