Color Hex Logo

#daed5c Color Hex

#DAED5C
(218,237,92)
0 Favorites   0 Comments

Color spaces of #daed5c

RGB 21823792
HSL0.190.800.65
HSV68°61°93°
CMYK 0.080.000.61   0.07
XYZ61.129476.246521.6204
Yxy76.24650.38450.4795
Hunter Lab87.3192-27.846546.4432
CIE-Lab89.9737-25.190566.0328

#daed5c color RGB value is (218,237,92).

#daed5c hex color red value is 218, green value is 237 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #daed5c hue: 0.19 , saturation: 0.80 and the lightness value of daed5c is 0.65.

The process color (four color CMYK) of #daed5c color hex is 0.08, 0.00, 0.61, 0.07. Web safe color of #daed5c is #ccff66. Color #daed5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 01011100
Octal 332 355 134
Decimal 218 237 92
Hex DA ED 5C

RGB Percentages of Color #daed5c

%39.85
%43.33
%16.82

CMYK Percentages of Color #daed5c

%8
%0
%61
%7

Triadic Colors of #daed5c

#daed5c #5cdaed #ed5cda

Analogous Colors of #daed5c

#daed5c #92ed5c #edb85c

Monochromatic Colors of #daed5c

#daed5c

Complementary Color

#daed5c #6f5ced

#daed5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed5c Color CSS Codes

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

#daed5c Text Font Color

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

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


#daed5c Background Color

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

This div background color is #daed5c


#daed5c Border Color

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

This div border color is #daed5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed5c


Comments

No comments written yet.

Please login to write comment.