Color Hex Logo

#dae01d Color Hex

#DAE01D
(218,224,29)
0 Favorites   0 Comments

Color spaces of #dae01d

RGB 21822429
HSL0.170.770.50
HSV62°87°88°
CMYK 0.030.000.87   0.12
XYZ55.790968.305411.4062
Yxy68.30540.41170.5041
Hunter Lab82.6471-24.136049.6703
CIE-Lab86.1589-21.696181.8552

#dae01d color RGB value is (218,224,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00011101
Octal 332 340 35
Decimal 218 224 29
Hex DA E0 1D

RGB Percentages of Color #dae01d

%46.28
%47.56
%6.16

CMYK Percentages of Color #dae01d

%3
%0
%87
%12

Triadic Colors of #dae01d

#dae01d #1ddae0 #e01dda

Analogous Colors of #dae01d

#dae01d #79e01d #e0851d

Monochromatic Colors of #dae01d

#dae01d

Complementary Color

#dae01d #231de0

#dae01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae01d Color CSS Codes

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

#dae01d Text Font Color

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

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


#dae01d Background Color

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

This div background color is #dae01d


#dae01d Border Color

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

This div border color is #dae01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae01d


Comments

No comments written yet.

Please login to write comment.