Color Hex Logo

#dae500 Color Hex

#DAE500
(218,229,0)
0 Favorites   0 Comments

Color spaces of #dae500

RGB 2182290
HSL0.171.000.45
HSV63°100°90°
CMYK 0.050.001.00   0.10
XYZ56.932870.944010.6929
Yxy70.94400.41090.5120
Hunter Lab84.2283-26.745151.4328
CIE-Lab87.4578-24.457786.1024

#dae500 color RGB value is (218,229,0).

#dae500 hex color red value is 218, green value is 229 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dae500 hue: 0.17 , saturation: 1.00 and the lightness value of dae500 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 00000000
Octal 332 345 0
Decimal 218 229 0
Hex DA E5 0

RGB Percentages of Color #dae500

%48.77
%51.23
%0.00

CMYK Percentages of Color #dae500

%5
%0
%100
%10

Triadic Colors of #dae500

#dae500 #00dae5 #e500da

Analogous Colors of #dae500

#dae500 #68e500 #e57e00

Monochromatic Colors of #dae500

#dae500

Complementary Color

#dae500 #0b00e5

#dae500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae500 Color CSS Codes

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

#dae500 Text Font Color

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

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


#dae500 Background Color

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

This div background color is #dae500


#dae500 Border Color

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

This div border color is #dae500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae500


Comments

No comments written yet.

Please login to write comment.