Color Hex Logo

#dae519 Color Hex

#DAE519
(218,229,25)
0 Favorites   0 Comments

Color spaces of #dae519

RGB 21822925
HSL0.180.800.50
HSV63°89°90°
CMYK 0.050.000.89   0.10
XYZ57.108271.014211.6169
Yxy71.01420.40870.5082
Hunter Lab84.2699-26.506250.8156
CIE-Lab87.4919-24.172483.5764

#dae519 color RGB value is (218,229,25).

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

The process color (four color CMYK) of #dae519 color hex is 0.05, 0.00, 0.89, 0.10. Web safe color of #dae519 is #cccc00. Color #dae519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 00011001
Octal 332 345 31
Decimal 218 229 25
Hex DA E5 19

RGB Percentages of Color #dae519

%46.19
%48.52
%5.30

CMYK Percentages of Color #dae519

%5
%0
%89
%10

Triadic Colors of #dae519

#dae519 #19dae5 #e519da

Analogous Colors of #dae519

#dae519 #74e519 #e58a19

Monochromatic Colors of #dae519

#dae519

Complementary Color

#dae519 #2419e5

#dae519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae519 Color CSS Codes

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

#dae519 Text Font Color

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

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


#dae519 Background Color

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

This div background color is #dae519


#dae519 Border Color

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

This div border color is #dae519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,229,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 #dae519">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae519


Comments

No comments written yet.

Please login to write comment.