Color Hex Logo

#dae44a Color Hex

#DAE44A
(218,228,74)
0 Favorites   0 Comments

Color spaces of #dae44a

RGB 21822874
HSL0.180.740.59
HSV64°68°89°
CMYK 0.040.000.68   0.11
XYZ57.892970.886617.1098
Yxy70.88660.39680.4859
Hunter Lab84.1942-24.601146.8871
CIE-Lab87.4299-21.981470.4017

#dae44a color RGB value is (218,228,74).

#dae44a hex color red value is 218, green value is 228 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dae44a hue: 0.18 , saturation: 0.74 and the lightness value of dae44a is 0.59.

The process color (four color CMYK) of #dae44a color hex is 0.04, 0.00, 0.68, 0.11. Web safe color of #dae44a is #cccc33. Color #dae44a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01001010
Octal 332 344 112
Decimal 218 228 74
Hex DA E4 4A

RGB Percentages of Color #dae44a

%41.92
%43.85
%14.23

CMYK Percentages of Color #dae44a

%4
%0
%68
%11

Triadic Colors of #dae44a

#dae44a #4adae4 #e44ada

Analogous Colors of #dae44a

#dae44a #8de44a #e4a14a

Monochromatic Colors of #dae44a

#dae44a

Complementary Color

#dae44a #544ae4

#dae44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae44a Color CSS Codes

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

#dae44a Text Font Color

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

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


#dae44a Background Color

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

This div background color is #dae44a


#dae44a Border Color

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

This div border color is #dae44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae44a


Comments

No comments written yet.

Please login to write comment.