Color Hex Logo

#dadda9 Color Hex

#DADDA9
(218,221,169)
0 Favorites   0 Comments

Color spaces of #dadda9

RGB 218221169
HSL0.180.430.76
HSV63°24°87°
CMYK 0.010.000.24   0.13
XYZ61.931369.482947.6835
Yxy69.48290.34580.3880
Hunter Lab83.3564-13.253624.4330
CIE-Lab86.7426-9.384625.2629

#dadda9 color RGB value is (218,221,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10101001
Octal 332 335 251
Decimal 218 221 169
Hex DA DD A9

RGB Percentages of Color #dadda9

%35.86
%36.35
%27.80

CMYK Percentages of Color #dadda9

%1
%0
%24
%13

Triadic Colors of #dadda9

#dadda9 #a9dadd #dda9da

Analogous Colors of #dadda9

#dadda9 #c0dda9 #ddc6a9

Monochromatic Colors of #dadda9

#dadda9

Complementary Color

#dadda9 #aca9dd

#dadda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadda9 Color CSS Codes

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

#dadda9 Text Font Color

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

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


#dadda9 Background Color

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

This div background color is #dadda9


#dadda9 Border Color

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

This div border color is #dadda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadda9

#dadda9 Color Palettes


Comments

No comments written yet.

Please login to write comment.