Color Hex Logo

#d9dda1 Color Hex

#D9DDA1
(217,221,161)
0 Favorites   0 Comments

Color spaces of #d9dda1

RGB 217221161
HSL0.180.470.75
HSV64°27°87°
CMYK 0.020.000.27   0.13
XYZ60.904769.037843.8338
Yxy69.03780.35050.3973
Hunter Lab83.0890-14.564226.8837
CIE-Lab86.5228-10.845429.0863

#d9dda1 color RGB value is (217,221,161).

#d9dda1 hex color red value is 217, green value is 221 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #d9dda1 hue: 0.18 , saturation: 0.47 and the lightness value of d9dda1 is 0.75.

The process color (four color CMYK) of #d9dda1 color hex is 0.02, 0.00, 0.27, 0.13. Web safe color of #d9dda1 is #cccc99. Color #d9dda1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011101 10100001
Octal 331 335 241
Decimal 217 221 161
Hex D9 DD A1

RGB Percentages of Color #d9dda1

%36.23
%36.89
%26.88

CMYK Percentages of Color #d9dda1

%2
%0
%27
%13

Triadic Colors of #d9dda1

#d9dda1 #a1d9dd #dda1d9

Analogous Colors of #d9dda1

#d9dda1 #bbdda1 #ddc3a1

Monochromatic Colors of #d9dda1

#d9dda1

Complementary Color

#d9dda1 #a5a1dd

#d9dda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dda1 Color CSS Codes

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

#d9dda1 Text Font Color

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

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


#d9dda1 Background Color

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

This div background color is #d9dda1


#d9dda1 Border Color

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

This div border color is #d9dda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dda1


Comments

No comments written yet.

Please login to write comment.