Color Hex Logo

#dadda7 Color Hex

#DADDA7
(218,221,167)
0 Favorites   0 Comments

Color spaces of #dadda7

RGB 218221167
HSL0.180.440.76
HSV63°24°87°
CMYK 0.010.000.24   0.13
XYZ61.744969.408346.7021
Yxy69.40830.34720.3903
Hunter Lab83.3116-13.503425.0819
CIE-Lab86.7058-9.661326.2487

#dadda7 color RGB value is (218,221,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10100111
Octal 332 335 247
Decimal 218 221 167
Hex DA DD A7

RGB Percentages of Color #dadda7

%35.97
%36.47
%27.56

CMYK Percentages of Color #dadda7

%1
%0
%24
%13

Triadic Colors of #dadda7

#dadda7 #a7dadd #dda7da

Analogous Colors of #dadda7

#dadda7 #bfdda7 #ddc5a7

Monochromatic Colors of #dadda7

#dadda7

Complementary Color

#dadda7 #aaa7dd

#dadda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadda7 Color CSS Codes

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

#dadda7 Text Font Color

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

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


#dadda7 Background Color

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

This div background color is #dadda7


#dadda7 Border Color

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

This div border color is #dadda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadda7


Comments

No comments written yet.

Please login to write comment.