Color Hex Logo

#daed11 Color Hex

#DAED11
(218,237,17)
0 Favorites   0 Comments

Color spaces of #daed11

RGB 21823717
HSL0.180.870.50
HSV65°93°93°
CMYK 0.080.000.93   0.07
XYZ59.298875.514311.9806
Yxy75.51430.40400.5144
Hunter Lab86.8990-30.267052.6551
CIE-Lab89.6334-28.075686.2888

#daed11 color RGB value is (218,237,17).

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

The process color (four color CMYK) of #daed11 color hex is 0.08, 0.00, 0.93, 0.07. Web safe color of #daed11 is #ccff00. Color #daed11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00010001
Octal 332 355 21
Decimal 218 237 17
Hex DA ED 11

RGB Percentages of Color #daed11

%46.19
%50.21
%3.60

CMYK Percentages of Color #daed11

%8
%0
%93
%7

Triadic Colors of #daed11

#daed11 #11daed #ed11da

Analogous Colors of #daed11

#daed11 #6ced11 #ed9211

Monochromatic Colors of #daed11

#daed11

Complementary Color

#daed11 #2411ed

#daed11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed11 Color CSS Codes

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

#daed11 Text Font Color

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

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


#daed11 Background Color

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

This div background color is #daed11


#daed11 Border Color

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

This div border color is #daed11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed11


Comments

No comments written yet.

Please login to write comment.