Color Hex Logo

#dae517 Color Hex

#DAE517
(218,229,23)
0 Favorites   0 Comments

Color spaces of #dae517

RGB 21822923
HSL0.180.820.49
HSV63°90°90°
CMYK 0.050.000.90   0.10
XYZ57.087471.005911.5073
Yxy71.00590.40890.5086
Hunter Lab84.2650-26.534550.8888
CIE-Lab87.4879-24.206283.8688

#dae517 color RGB value is (218,229,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 00010111
Octal 332 345 27
Decimal 218 229 23
Hex DA E5 17

RGB Percentages of Color #dae517

%46.38
%48.72
%4.89

CMYK Percentages of Color #dae517

%5
%0
%90
%10

Triadic Colors of #dae517

#dae517 #17dae5 #e517da

Analogous Colors of #dae517

#dae517 #73e517 #e58917

Monochromatic Colors of #dae517

#dae517

Complementary Color

#dae517 #2217e5

#dae517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae517 Color CSS Codes

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

#dae517 Text Font Color

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

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


#dae517 Background Color

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

This div background color is #dae517


#dae517 Border Color

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

This div border color is #dae517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae517


Comments

No comments written yet.

Please login to write comment.