Color Hex Logo

#dadfd9 Color Hex

#DADFD9
(218,223,217)
0 Favorites   0 Comments

Color spaces of #dadfd9

RGB 218223217
HSL0.310.090.86
HSV110°87°
CMYK 0.020.000.03   0.13
XYZ67.825572.690576.1015
Yxy72.69050.31310.3356
Hunter Lab85.2587-7.20146.7592
CIE-Lab88.2999-2.75992.3372

#dadfd9 color RGB value is (218,223,217).

#dadfd9 hex color red value is 218, green value is 223 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dadfd9 hue: 0.31 , saturation: 0.09 and the lightness value of dadfd9 is 0.86.

The process color (four color CMYK) of #dadfd9 color hex is 0.02, 0.00, 0.03, 0.13. Web safe color of #dadfd9 is #cccccc. Color #dadfd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11011001
Octal 332 337 331
Decimal 218 223 217
Hex DA DF D9

RGB Percentages of Color #dadfd9

%33.13
%33.89
%32.98

CMYK Percentages of Color #dadfd9

%2
%0
%3
%13

Triadic Colors of #dadfd9

#dadfd9 #d9dadf #dfd9da

Analogous Colors of #dadfd9

#dadfd9 #d9dfdb #dddfd9

Monochromatic Colors of #dadfd9

#dadfd9

Complementary Color

#dadfd9 #ded9df

#dadfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfd9 Color CSS Codes

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

#dadfd9 Text Font Color

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

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


#dadfd9 Background Color

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

This div background color is #dadfd9


#dadfd9 Border Color

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

This div border color is #dadfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfd9

#dadfd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.