Color Hex Logo

#dae540 Color Hex

#DAE540
(218,229,64)
0 Favorites   0 Comments

Color spaces of #dae540

RGB 21822964
HSL0.180.760.57
HSV64°72°90°
CMYK 0.050.000.72   0.10
XYZ57.858271.314215.5661
Yxy71.31420.39970.4927
Hunter Lab84.4477-25.486748.1846
CIE-Lab87.6374-22.960774.1081

#dae540 color RGB value is (218,229,64).

#dae540 hex color red value is 218, green value is 229 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dae540 hue: 0.18 , saturation: 0.76 and the lightness value of dae540 is 0.57.

The process color (four color CMYK) of #dae540 color hex is 0.05, 0.00, 0.72, 0.10. Web safe color of #dae540 is #cccc33. Color #dae540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01000000
Octal 332 345 100
Decimal 218 229 64
Hex DA E5 40

RGB Percentages of Color #dae540

%42.66
%44.81
%12.52

CMYK Percentages of Color #dae540

%5
%0
%72
%10

Triadic Colors of #dae540

#dae540 #40dae5 #e540da

Analogous Colors of #dae540

#dae540 #88e540 #e59e40

Monochromatic Colors of #dae540

#dae540

Complementary Color

#dae540 #4b40e5

#dae540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae540 Color CSS Codes

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

#dae540 Text Font Color

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

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


#dae540 Background Color

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

This div background color is #dae540


#dae540 Border Color

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

This div border color is #dae540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae540


Comments

No comments written yet.

Please login to write comment.