Color Hex Logo

#dae019 Color Hex

#DAE019
(218,224,25)
0 Favorites   0 Comments

Color spaces of #dae019

RGB 21822425
HSL0.170.800.49
HSV62°89°88°
CMYK 0.030.000.89   0.12
XYZ55.744668.286911.1623
Yxy68.28690.41230.5051
Hunter Lab82.6359-24.200149.8363
CIE-Lab86.1497-21.772282.5162

#dae019 color RGB value is (218,224,25).

#dae019 hex color red value is 218, green value is 224 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dae019 hue: 0.17 , saturation: 0.80 and the lightness value of dae019 is 0.49.

The process color (four color CMYK) of #dae019 color hex is 0.03, 0.00, 0.89, 0.12. Web safe color of #dae019 is #cccc00. Color #dae019 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00011001
Octal 332 340 31
Decimal 218 224 25
Hex DA E0 19

RGB Percentages of Color #dae019

%46.68
%47.97
%5.35

CMYK Percentages of Color #dae019

%3
%0
%89
%12

Triadic Colors of #dae019

#dae019 #19dae0 #e019da

Analogous Colors of #dae019

#dae019 #77e019 #e08319

Monochromatic Colors of #dae019

#dae019

Complementary Color

#dae019 #1f19e0

#dae019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae019 Color CSS Codes

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

#dae019 Text Font Color

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

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


#dae019 Background Color

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

This div background color is #dae019


#dae019 Border Color

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

This div border color is #dae019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae019


Comments

No comments written yet.

Please login to write comment.