Color Hex Logo

#dae44d Color Hex

#DAE44D
(218,228,77)
0 Favorites   0 Comments

Color spaces of #dae44d

RGB 21822877
HSL0.180.740.60
HSV64°66°89°
CMYK 0.040.000.66   0.11
XYZ57.996470.928117.6549
Yxy70.92810.39570.4839
Hunter Lab84.2188-24.460846.5241
CIE-Lab87.4501-21.815969.3023

#dae44d color RGB value is (218,228,77).

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

The process color (four color CMYK) of #dae44d color hex is 0.04, 0.00, 0.66, 0.11. Web safe color of #dae44d is #cccc66. Color #dae44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 01001101
Octal 332 344 115
Decimal 218 228 77
Hex DA E4 4D

RGB Percentages of Color #dae44d

%41.68
%43.59
%14.72

CMYK Percentages of Color #dae44d

%4
%0
%66
%11

Triadic Colors of #dae44d

#dae44d #4ddae4 #e44dda

Analogous Colors of #dae44d

#dae44d #8fe44d #e4a34d

Monochromatic Colors of #dae44d

#dae44d

Complementary Color

#dae44d #574de4

#dae44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae44d Color CSS Codes

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

#dae44d Text Font Color

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

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


#dae44d Background Color

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

This div background color is #dae44d


#dae44d Border Color

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

This div border color is #dae44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae44d


Comments

No comments written yet.

Please login to write comment.