Color Hex Logo

#dae40b Color Hex

#DAE40B
(218,228,11)
0 Favorites   0 Comments

Color spaces of #dae40b

RGB 21822811
HSL0.170.910.47
HSV63°95°89°
CMYK 0.040.000.95   0.11
XYZ56.717270.416410.9190
Yxy70.41640.41080.5101
Hunter Lab83.9145-26.203551.0253
CIE-Lab87.2007-23.882285.0133

#dae40b color RGB value is (218,228,11).

#dae40b hex color red value is 218, green value is 228 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dae40b hue: 0.17 , saturation: 0.91 and the lightness value of dae40b is 0.47.

The process color (four color CMYK) of #dae40b color hex is 0.04, 0.00, 0.95, 0.11. Web safe color of #dae40b is #cccc00. Color #dae40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 00001011
Octal 332 344 13
Decimal 218 228 11
Hex DA E4 B

RGB Percentages of Color #dae40b

%47.70
%49.89
%2.41

CMYK Percentages of Color #dae40b

%4
%0
%95
%11

Triadic Colors of #dae40b

#dae40b #0bdae4 #e40bda

Analogous Colors of #dae40b

#dae40b #6ee40b #e4820b

Monochromatic Colors of #dae40b

#dae40b

Complementary Color

#dae40b #150be4

#dae40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae40b Color CSS Codes

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

#dae40b Text Font Color

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

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


#dae40b Background Color

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

This div background color is #dae40b


#dae40b Border Color

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

This div border color is #dae40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae40b


Comments

No comments written yet.

Please login to write comment.