Color Hex Logo

#d4dd9d Color Hex

#D4DD9D
(212,221,157)
0 Favorites   0 Comments

Color spaces of #d4dd9d

RGB 212221157
HSL0.190.480.74
HSV68°29°87°
CMYK 0.040.000.29   0.13
XYZ59.093668.144341.9369
Yxy68.14430.34930.4028
Hunter Lab82.5496-16.681427.6641
CIE-Lab86.0786-13.246630.4822

#d4dd9d color RGB value is (212,221,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 10011101
Octal 324 335 235
Decimal 212 221 157
Hex D4 DD 9D

RGB Percentages of Color #d4dd9d

%35.93
%37.46
%26.61

CMYK Percentages of Color #d4dd9d

%4
%0
%29
%13

Triadic Colors of #d4dd9d

#d4dd9d #9dd4dd #dd9dd4

Analogous Colors of #d4dd9d

#d4dd9d #b4dd9d #ddc69d

Monochromatic Colors of #d4dd9d

#d4dd9d

Complementary Color

#d4dd9d #a69ddd

#d4dd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dd9d Color CSS Codes

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

#d4dd9d Text Font Color

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

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


#d4dd9d Background Color

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

This div background color is #d4dd9d


#d4dd9d Border Color

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

This div border color is #d4dd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dd9d


Comments

No comments written yet.

Please login to write comment.