Color Hex Logo

#daffad Color Hex

#DAFFAD
(218,255,173)
0 Favorites   0 Comments

Color spaces of #daffad

RGB 218255173
HSL0.241.000.84
HSV87°32°100°
CMYK 0.150.000.32   0.00
XYZ72.216389.442652.9931
Yxy89.44260.33640.4167
Hunter Lab94.5741-29.203032.9797
CIE-Lab95.7651-25.496735.3787

#daffad color RGB value is (218,255,173).

#daffad hex color red value is 218, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #daffad hue: 0.24 , saturation: 1.00 and the lightness value of daffad is 0.84.

The process color (four color CMYK) of #daffad color hex is 0.15, 0.00, 0.32, 0.00. Web safe color of #daffad is #ccff99. Color #daffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10101101
Octal 332 377 255
Decimal 218 255 173
Hex DA FF AD

RGB Percentages of Color #daffad

%33.75
%39.47
%26.78

CMYK Percentages of Color #daffad

%15
%0
%32
%0

Triadic Colors of #daffad

#daffad #addaff #ffadda

Analogous Colors of #daffad

#daffad #b1ffad #fffbad

Monochromatic Colors of #daffad

#daffad

Complementary Color

#daffad #d2adff

#daffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffad Color CSS Codes

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

#daffad Text Font Color

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

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


#daffad Background Color

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

This div background color is #daffad


#daffad Border Color

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

This div border color is #daffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffad

Related Colors


Comments

No comments written yet.

Please login to write comment.