Color Hex Logo

#dadfaf Color Hex

#DADFAF
(218,223,175)
0 Favorites   0 Comments

Color spaces of #dadfaf

RGB 218223175
HSL0.180.430.78
HSV66°22°87°
CMYK 0.020.000.22   0.13
XYZ63.039070.775950.8961
Yxy70.77590.34130.3832
Hunter Lab84.1284-13.471323.0206
CIE-Lab87.3760-9.545623.0179

#dadfaf color RGB value is (218,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 10101111
Octal 332 337 257
Decimal 218 223 175
Hex DA DF AF

RGB Percentages of Color #dadfaf

%35.39
%36.20
%28.41

CMYK Percentages of Color #dadfaf

%2
%0
%22
%13

Triadic Colors of #dadfaf

#dadfaf #afdadf #dfafda

Analogous Colors of #dadfaf

#dadfaf #c2dfaf #dfccaf

Monochromatic Colors of #dadfaf

#dadfaf

Complementary Color

#dadfaf #b4afdf

#dadfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfaf Color CSS Codes

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

#dadfaf Text Font Color

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

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


#dadfaf Background Color

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

This div background color is #dadfaf


#dadfaf Border Color

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

This div border color is #dadfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfaf

#dadfaf Color Palettes


Comments

No comments written yet.

Please login to write comment.