Color Hex Logo

#daed0a Color Hex

#DAED0A
(218,237,10)
0 Favorites   0 Comments

Color spaces of #daed0a

RGB 21823710
HSL0.180.920.48
HSV65°96°93°
CMYK 0.080.000.96   0.07
XYZ59.252475.495711.7364
Yxy75.49570.40450.5154
Hunter Lab86.8883-30.328552.8132
CIE-Lab89.6247-28.149786.9295

#daed0a color RGB value is (218,237,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00001010
Octal 332 355 12
Decimal 218 237 10
Hex DA ED A

RGB Percentages of Color #daed0a

%46.88
%50.97
%2.15

CMYK Percentages of Color #daed0a

%8
%0
%96
%7

Triadic Colors of #daed0a

#daed0a #0adaed #ed0ada

Analogous Colors of #daed0a

#daed0a #69ed0a #ed8f0a

Monochromatic Colors of #daed0a

#daed0a

Complementary Color

#daed0a #1d0aed

#daed0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed0a Color CSS Codes

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

#daed0a Text Font Color

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

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


#daed0a Background Color

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

This div background color is #daed0a


#daed0a Border Color

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

This div border color is #daed0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed0a


Comments

No comments written yet.

Please login to write comment.