Color Hex Logo

#daed9d Color Hex

#DAED9D
(218,237,157)
0 Favorites   0 Comments

Color spaces of #daed9d

RGB 218237157
HSL0.210.690.77
HSV74°34°93°
CMYK 0.080.000.34   0.07
XYZ65.283477.908143.4953
Yxy77.90810.34970.4173
Hunter Lab88.2656-22.441732.5691
CIE-Lab90.7380-18.922136.7350

#daed9d color RGB value is (218,237,157).

#daed9d hex color red value is 218, green value is 237 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #daed9d hue: 0.21 , saturation: 0.69 and the lightness value of daed9d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10011101
Octal 332 355 235
Decimal 218 237 157
Hex DA ED 9D

RGB Percentages of Color #daed9d

%35.62
%38.73
%25.65

CMYK Percentages of Color #daed9d

%8
%0
%34
%7

Triadic Colors of #daed9d

#daed9d #9ddaed #ed9dda

Analogous Colors of #daed9d

#daed9d #b2ed9d #edd89d

Monochromatic Colors of #daed9d

#daed9d

Complementary Color

#daed9d #b09ded

#daed9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed9d Color CSS Codes

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

#daed9d Text Font Color

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

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


#daed9d Background Color

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

This div background color is #daed9d


#daed9d Border Color

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

This div border color is #daed9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed9d


Comments

No comments written yet.

Please login to write comment.