Color Hex Logo

#daed9a Color Hex

#DAED9A
(218,237,154)
0 Favorites   0 Comments

Color spaces of #daed9a

RGB 218237154
HSL0.200.700.77
HSV74°35°93°
CMYK 0.080.000.35   0.07
XYZ65.030477.806942.1626
Yxy77.80690.35150.4206
Hunter Lab88.2082-22.767533.4058
CIE-Lab90.6917-19.293438.1753

#daed9a color RGB value is (218,237,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10011010
Octal 332 355 232
Decimal 218 237 154
Hex DA ED 9A

RGB Percentages of Color #daed9a

%35.80
%38.92
%25.29

CMYK Percentages of Color #daed9a

%8
%0
%35
%7

Triadic Colors of #daed9a

#daed9a #9adaed #ed9ada

Analogous Colors of #daed9a

#daed9a #b1ed9a #edd79a

Monochromatic Colors of #daed9a

#daed9a

Complementary Color

#daed9a #ad9aed

#daed9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed9a Color CSS Codes

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

#daed9a Text Font Color

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

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


#daed9a Background Color

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

This div background color is #daed9a


#daed9a Border Color

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

This div border color is #daed9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed9a


Comments

No comments written yet.

Please login to write comment.