Color Hex Logo

#dae65e Color Hex

#DAE65E
(218,230,94)
0 Favorites   0 Comments

Color spaces of #dae65e

RGB 21823094
HSL0.180.730.64
HSV65°59°90°
CMYK 0.050.000.59   0.10
XYZ59.230672.307221.4246
Yxy72.30720.38720.4727
Hunter Lab85.0336-24.473844.5852
CIE-Lab88.1162-21.700263.1837

#dae65e color RGB value is (218,230,94).

#dae65e hex color red value is 218, green value is 230 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dae65e hue: 0.18 , saturation: 0.73 and the lightness value of dae65e is 0.64.

The process color (four color CMYK) of #dae65e color hex is 0.05, 0.00, 0.59, 0.10. Web safe color of #dae65e is #ccff66. Color #dae65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01011110
Octal 332 346 136
Decimal 218 230 94
Hex DA E6 5E

RGB Percentages of Color #dae65e

%40.22
%42.44
%17.34

CMYK Percentages of Color #dae65e

%5
%0
%59
%10

Triadic Colors of #dae65e

#dae65e #5edae6 #e65eda

Analogous Colors of #dae65e

#dae65e #96e65e #e6ae5e

Monochromatic Colors of #dae65e

#dae65e

Complementary Color

#dae65e #6a5ee6

#dae65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae65e Color CSS Codes

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

#dae65e Text Font Color

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

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


#dae65e Background Color

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

This div background color is #dae65e


#dae65e Border Color

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

This div border color is #dae65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae65e


Comments

No comments written yet.

Please login to write comment.