Color Hex Logo

#daed91 Color Hex

#DAED91
(218,237,145)
0 Favorites   0 Comments

Color spaces of #daed91

RGB 218237145
HSL0.200.720.75
HSV72°39°93°
CMYK 0.080.000.39   0.07
XYZ64.308577.518138.3611
Yxy77.51810.35690.4302
Hunter Lab88.0444-23.699435.7983
CIE-Lab90.5595-20.360142.4673

#daed91 color RGB value is (218,237,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10010001
Octal 332 355 221
Decimal 218 237 145
Hex DA ED 91

RGB Percentages of Color #daed91

%36.33
%39.50
%24.17

CMYK Percentages of Color #daed91

%8
%0
%39
%7

Triadic Colors of #daed91

#daed91 #91daed #ed91da

Analogous Colors of #daed91

#daed91 #aced91 #edd291

Monochromatic Colors of #daed91

#daed91

Complementary Color

#daed91 #a491ed

#daed91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed91 Color CSS Codes

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

#daed91 Text Font Color

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

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


#daed91 Background Color

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

This div background color is #daed91


#daed91 Border Color

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

This div border color is #daed91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed91


Comments

No comments written yet.

Please login to write comment.