Color Hex Logo

#daed31 Color Hex

#DAED31
(218,237,49)
0 Favorites   0 Comments

Color spaces of #daed31

RGB 21823749
HSL0.180.840.56
HSV66°79°93°
CMYK 0.080.000.79   0.07
XYZ59.752075.695614.3672
Yxy75.69560.39880.5053
Hunter Lab87.0032-29.665551.1115
CIE-Lab89.7178-27.354080.4519

#daed31 color RGB value is (218,237,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00110001
Octal 332 355 61
Decimal 218 237 49
Hex DA ED 31

RGB Percentages of Color #daed31

%43.25
%47.02
%9.72

CMYK Percentages of Color #daed31

%8
%0
%79
%7

Triadic Colors of #daed31

#daed31 #31daed #ed31da

Analogous Colors of #daed31

#daed31 #7ced31 #eda231

Monochromatic Colors of #daed31

#daed31

Complementary Color

#daed31 #4431ed

#daed31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed31 Color CSS Codes

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

#daed31 Text Font Color

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

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


#daed31 Background Color

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

This div background color is #daed31


#daed31 Border Color

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

This div border color is #daed31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed31


Comments

No comments written yet.

Please login to write comment.