Color Hex Logo

#daed8f Color Hex

#DAED8F
(218,237,143)
0 Favorites   0 Comments

Color spaces of #daed8f

RGB 218237143
HSL0.200.720.75
HSV72°40°93°
CMYK 0.080.000.40   0.07
XYZ64.155677.457037.5559
Yxy77.45700.35810.4323
Hunter Lab88.0097-23.897436.3063
CIE-Lab90.5315-20.587643.4144

#daed8f color RGB value is (218,237,143).

#daed8f hex color red value is 218, green value is 237 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #daed8f hue: 0.20 , saturation: 0.72 and the lightness value of daed8f is 0.75.

The process color (four color CMYK) of #daed8f color hex is 0.08, 0.00, 0.40, 0.07. Web safe color of #daed8f is #ccff99. Color #daed8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10001111
Octal 332 355 217
Decimal 218 237 143
Hex DA ED 8F

RGB Percentages of Color #daed8f

%36.45
%39.63
%23.91

CMYK Percentages of Color #daed8f

%8
%0
%40
%7

Triadic Colors of #daed8f

#daed8f #8fdaed #ed8fda

Analogous Colors of #daed8f

#daed8f #abed8f #edd18f

Monochromatic Colors of #daed8f

#daed8f

Complementary Color

#daed8f #a28fed

#daed8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed8f Color CSS Codes

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

#daed8f Text Font Color

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

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


#daed8f Background Color

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

This div background color is #daed8f


#daed8f Border Color

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

This div border color is #daed8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed8f


Comments

No comments written yet.

Please login to write comment.