Color Hex Logo

#daddc7 Color Hex

#DADDC7
(218,221,199)
0 Favorites   0 Comments

Color spaces of #daddc7

RGB 218221199
HSL0.190.240.82
HSV68°10°87°
CMYK 0.010.000.10   0.13
XYZ65.078770.741964.2574
Yxy70.74190.32530.3536
Hunter Lab84.1082-9.075013.5791
CIE-Lab87.3595-4.821210.4475

#daddc7 color RGB value is (218,221,199).

#daddc7 hex color red value is 218, green value is 221 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #daddc7 hue: 0.19 , saturation: 0.24 and the lightness value of daddc7 is 0.82.

The process color (four color CMYK) of #daddc7 color hex is 0.01, 0.00, 0.10, 0.13. Web safe color of #daddc7 is #cccccc. Color #daddc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 11000111
Octal 332 335 307
Decimal 218 221 199
Hex DA DD C7

RGB Percentages of Color #daddc7

%34.17
%34.64
%31.19

CMYK Percentages of Color #daddc7

%1
%0
%10
%13

Triadic Colors of #daddc7

#daddc7 #c7dadd #ddc7da

Analogous Colors of #daddc7

#daddc7 #cfddc7 #ddd5c7

Monochromatic Colors of #daddc7

#daddc7

Complementary Color

#daddc7 #cac7dd

#daddc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddc7 Color CSS Codes

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

#daddc7 Text Font Color

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

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


#daddc7 Background Color

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

This div background color is #daddc7


#daddc7 Border Color

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

This div border color is #daddc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddc7


Comments

No comments written yet.

Please login to write comment.