Color Hex Logo

#dae444 Color Hex

#DAE444
(218,228,68)
0 Favorites   0 Comments

Color spaces of #dae444

RGB 21822868
HSL0.180.750.58
HSV64°70°89°
CMYK 0.040.000.70   0.11
XYZ57.700270.809616.0953
Yxy70.80960.39900.4897
Hunter Lab84.1484-24.863147.5633
CIE-Lab87.3924-22.290772.5138

#dae444 color RGB value is (218,228,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01000100
Octal 332 344 104
Decimal 218 228 68
Hex DA E4 44

RGB Percentages of Color #dae444

%42.41
%44.36
%13.23

CMYK Percentages of Color #dae444

%4
%0
%70
%11

Triadic Colors of #dae444

#dae444 #44dae4 #e444da

Analogous Colors of #dae444

#dae444 #8ae444 #e49e44

Monochromatic Colors of #dae444

#dae444

Complementary Color

#dae444 #4e44e4

#dae444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae444 Color CSS Codes

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

#dae444 Text Font Color

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

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


#dae444 Background Color

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

This div background color is #dae444


#dae444 Border Color

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

This div border color is #dae444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae444


Comments

No comments written yet.

Please login to write comment.