Color Hex Logo

#daed8c Color Hex

#DAED8C
(218,237,140)
0 Favorites   0 Comments

Color spaces of #daed8c

RGB 218237140
HSL0.200.730.74
HSV72°41°93°
CMYK 0.080.000.41   0.07
XYZ63.931377.367236.3748
Yxy77.36720.35980.4354
Hunter Lab87.9586-24.187837.0520
CIE-Lab90.4904-20.921844.8294

#daed8c color RGB value is (218,237,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 10001100
Octal 332 355 214
Decimal 218 237 140
Hex DA ED 8C

RGB Percentages of Color #daed8c

%36.64
%39.83
%23.53

CMYK Percentages of Color #daed8c

%8
%0
%41
%7

Triadic Colors of #daed8c

#daed8c #8cdaed #ed8cda

Analogous Colors of #daed8c

#daed8c #aaed8c #edd08c

Monochromatic Colors of #daed8c

#daed8c

Complementary Color

#daed8c #9f8ced

#daed8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed8c Color CSS Codes

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

#daed8c Text Font Color

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

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


#daed8c Background Color

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

This div background color is #daed8c


#daed8c Border Color

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

This div border color is #daed8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed8c


Comments

No comments written yet.

Please login to write comment.