Color Hex Logo

#daea09 Color Hex

#DAEA09
(218,234,9)
0 Favorites   0 Comments

Color spaces of #daea09

RGB 2182349
HSL0.180.930.48
HSV64°96°92°
CMYK 0.070.000.96   0.08
XYZ58.385673.770811.4204
Yxy73.77080.40670.5138
Hunter Lab85.8899-28.968052.2394
CIE-Lab88.8140-26.748686.3939

#daea09 color RGB value is (218,234,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 00001001
Octal 332 352 11
Decimal 218 234 9
Hex DA EA 9

RGB Percentages of Color #daea09

%47.29
%50.76
%1.95

CMYK Percentages of Color #daea09

%7
%0
%96
%8

Triadic Colors of #daea09

#daea09 #09daea #ea09da

Analogous Colors of #daea09

#daea09 #6aea09 #ea8a09

Monochromatic Colors of #daea09

#daea09

Complementary Color

#daea09 #1909ea

#daea09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea09 Color CSS Codes

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

#daea09 Text Font Color

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

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


#daea09 Background Color

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

This div background color is #daea09


#daea09 Border Color

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

This div border color is #daea09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea09


Comments

No comments written yet.

Please login to write comment.