Color Hex Logo

#dae11d Color Hex

#DAE11D
(218,225,29)
0 Favorites   0 Comments

Color spaces of #dae11d

RGB 21822529
HSL0.170.770.50
HSV62°87°88°
CMYK 0.030.000.87   0.12
XYZ56.060468.844611.4960
Yxy68.84460.41100.5047
Hunter Lab82.9726-24.598849.8661
CIE-Lab86.4270-22.178782.0707

#dae11d color RGB value is (218,225,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00011101
Octal 332 341 35
Decimal 218 225 29
Hex DA E1 1D

RGB Percentages of Color #dae11d

%46.19
%47.67
%6.14

CMYK Percentages of Color #dae11d

%3
%0
%87
%12

Triadic Colors of #dae11d

#dae11d #1ddae1 #e11dda

Analogous Colors of #dae11d

#dae11d #78e11d #e1861d

Monochromatic Colors of #dae11d

#dae11d

Complementary Color

#dae11d #241de1

#dae11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae11d Color CSS Codes

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

#dae11d Text Font Color

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

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


#dae11d Background Color

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

This div background color is #dae11d


#dae11d Border Color

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

This div border color is #dae11d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,225,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 #dae11d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae11d


Comments

No comments written yet.

Please login to write comment.