Color Hex Logo

#dae03e Color Hex

#DAE03E
(218,224,62)
0 Favorites   0 Comments

Color spaces of #dae03e

RGB 21822462
HSL0.170.720.56
HSV62°72°88°
CMYK 0.030.000.72   0.12
XYZ56.438668.564514.8171
Yxy68.56450.40370.4904
Hunter Lab82.8037-23.241747.3531
CIE-Lab86.2879-20.638373.4864

#dae03e color RGB value is (218,224,62).

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

The process color (four color CMYK) of #dae03e color hex is 0.03, 0.00, 0.72, 0.12. Web safe color of #dae03e is #cccc33. Color #dae03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00111110
Octal 332 340 76
Decimal 218 224 62
Hex DA E0 3E

RGB Percentages of Color #dae03e

%43.25
%44.44
%12.30

CMYK Percentages of Color #dae03e

%3
%0
%72
%12

Triadic Colors of #dae03e

#dae03e #3edae0 #e03eda

Analogous Colors of #dae03e

#dae03e #89e03e #e0953e

Monochromatic Colors of #dae03e

#dae03e

Complementary Color

#dae03e #443ee0

#dae03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae03e Color CSS Codes

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

#dae03e Text Font Color

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

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


#dae03e Background Color

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

This div background color is #dae03e


#dae03e Border Color

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

This div border color is #dae03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae03e


Comments

No comments written yet.

Please login to write comment.