Color Hex Logo

#daed37 Color Hex

#DAED37
(218,237,55)
0 Favorites   0 Comments

Color spaces of #daed37

RGB 21823755
HSL0.180.830.57
HSV66°77°93°
CMYK 0.080.000.77   0.07
XYZ59.887275.749615.0792
Yxy75.74960.39740.5026
Hunter Lab87.0342-29.486350.6516
CIE-Lab89.7430-27.139578.8403

#daed37 color RGB value is (218,237,55).

#daed37 hex color red value is 218, green value is 237 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #daed37 hue: 0.18 , saturation: 0.83 and the lightness value of daed37 is 0.57.

The process color (four color CMYK) of #daed37 color hex is 0.08, 0.00, 0.77, 0.07. Web safe color of #daed37 is #ccff33. Color #daed37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00110111
Octal 332 355 67
Decimal 218 237 55
Hex DA ED 37

RGB Percentages of Color #daed37

%42.75
%46.47
%10.78

CMYK Percentages of Color #daed37

%8
%0
%77
%7

Triadic Colors of #daed37

#daed37 #37daed #ed37da

Analogous Colors of #daed37

#daed37 #7fed37 #eda537

Monochromatic Colors of #daed37

#daed37

Complementary Color

#daed37 #4a37ed

#daed37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed37 Color CSS Codes

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

#daed37 Text Font Color

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

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


#daed37 Background Color

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

This div background color is #daed37


#daed37 Border Color

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

This div border color is #daed37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed37


Comments

No comments written yet.

Please login to write comment.