Color Hex Logo

#daddaf Color Hex

#DADDAF
(218,221,175)
0 Favorites   0 Comments

Color spaces of #daddaf

RGB 218221175
HSL0.180.400.78
HSV64°21°87°
CMYK 0.010.000.21   0.13
XYZ62.507869.713550.7190
Yxy69.71350.34170.3811
Hunter Lab83.4946-12.482522.4304
CIE-Lab86.8562-8.533122.3018

#daddaf color RGB value is (218,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10101111
Octal 332 335 257
Decimal 218 221 175
Hex DA DD AF

RGB Percentages of Color #daddaf

%35.50
%35.99
%28.50

CMYK Percentages of Color #daddaf

%1
%0
%21
%13

Triadic Colors of #daddaf

#daddaf #afdadd #ddafda

Analogous Colors of #daddaf

#daddaf #c3ddaf #ddc9af

Monochromatic Colors of #daddaf

#daddaf

Complementary Color

#daddaf #b2afdd

#daddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddaf Color CSS Codes

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

#daddaf Text Font Color

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

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


#daddaf Background Color

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

This div background color is #daddaf


#daddaf Border Color

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

This div border color is #daddaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,221,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 #daddaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddaf


Comments

No comments written yet.

Please login to write comment.