Color Hex Logo

#dae65a Color Hex

#DAE65A
(218,230,90)
0 Favorites   0 Comments

Color spaces of #dae65a

RGB 21823090
HSL0.180.740.63
HSV65°61°90°
CMYK 0.050.000.61   0.10
XYZ59.055772.237220.5035
Yxy72.23720.38900.4759
Hunter Lab84.9925-24.708945.1917
CIE-Lab88.0826-21.976164.8173

#dae65a color RGB value is (218,230,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01011010
Octal 332 346 132
Decimal 218 230 90
Hex DA E6 5A

RGB Percentages of Color #dae65a

%40.52
%42.75
%16.73

CMYK Percentages of Color #dae65a

%5
%0
%61
%10

Triadic Colors of #dae65a

#dae65a #5adae6 #e65ada

Analogous Colors of #dae65a

#dae65a #94e65a #e6ac5a

Monochromatic Colors of #dae65a

#dae65a

Complementary Color

#dae65a #665ae6

#dae65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae65a Color CSS Codes

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

#dae65a Text Font Color

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

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


#dae65a Background Color

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

This div background color is #dae65a


#dae65a Border Color

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

This div border color is #dae65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae65a


Comments

No comments written yet.

Please login to write comment.