Color Hex Logo

#dae42d Color Hex

#DAE42D
(218,228,45)
0 Favorites   0 Comments

Color spaces of #dae42d

RGB 21822845
HSL0.180.770.54
HSV63°80°89°
CMYK 0.040.000.80   0.11
XYZ57.130570.581713.0952
Yxy70.58170.40570.5013
Hunter Lab84.0129-25.639049.5674
CIE-Lab87.2814-23.210079.3493

#dae42d color RGB value is (218,228,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 00101101
Octal 332 344 55
Decimal 218 228 45
Hex DA E4 2D

RGB Percentages of Color #dae42d

%44.40
%46.44
%9.16

CMYK Percentages of Color #dae42d

%4
%0
%80
%11

Triadic Colors of #dae42d

#dae42d #2ddae4 #e42dda

Analogous Colors of #dae42d

#dae42d #7fe42d #e4932d

Monochromatic Colors of #dae42d

#dae42d

Complementary Color

#dae42d #372de4

#dae42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae42d Color CSS Codes

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

#dae42d Text Font Color

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

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


#dae42d Background Color

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

This div background color is #dae42d


#dae42d Border Color

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

This div border color is #dae42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae42d


Comments

No comments written yet.

Please login to write comment.