Color Hex Logo

#dae50f Color Hex

#DAE50F
(218,229,15)
0 Favorites   0 Comments

Color spaces of #dae50f

RGB 21822915
HSL0.180.880.48
HSV63°93°90°
CMYK 0.050.000.93   0.10
XYZ57.019070.978511.1469
Yxy70.97850.40980.5101
Hunter Lab84.2487-26.627751.1295
CIE-Lab87.4746-24.317484.8435

#dae50f color RGB value is (218,229,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 00001111
Octal 332 345 17
Decimal 218 229 15
Hex DA E5 F

RGB Percentages of Color #dae50f

%47.19
%49.57
%3.25

CMYK Percentages of Color #dae50f

%5
%0
%93
%10

Triadic Colors of #dae50f

#dae50f #0fdae5 #e50fda

Analogous Colors of #dae50f

#dae50f #6fe50f #e5850f

Monochromatic Colors of #dae50f

#dae50f

Complementary Color

#dae50f #1a0fe5

#dae50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae50f Color CSS Codes

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

#dae50f Text Font Color

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

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


#dae50f Background Color

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

This div background color is #dae50f


#dae50f Border Color

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

This div border color is #dae50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae50f


Comments

No comments written yet.

Please login to write comment.