Color Hex Logo

#dae55a Color Hex

#DAE55A
(218,229,90)
0 Favorites   0 Comments

Color spaces of #dae55a

RGB 21822990
HSL0.180.730.63
HSV65°61°90°
CMYK 0.050.000.61   0.10
XYZ58.778271.682220.4110
Yxy71.68220.38960.4751
Hunter Lab84.6653-24.242244.9722
CIE-Lab87.8154-21.493564.5292

#dae55a color RGB value is (218,229,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01011010
Octal 332 345 132
Decimal 218 229 90
Hex DA E5 5A

RGB Percentages of Color #dae55a

%40.60
%42.64
%16.76

CMYK Percentages of Color #dae55a

%5
%0
%61
%10

Triadic Colors of #dae55a

#dae55a #5adae5 #e55ada

Analogous Colors of #dae55a

#dae55a #95e55a #e5ab5a

Monochromatic Colors of #dae55a

#dae55a

Complementary Color

#dae55a #655ae5

#dae55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae55a Color CSS Codes

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

#dae55a Text Font Color

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

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


#dae55a Background Color

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

This div background color is #dae55a


#dae55a Border Color

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

This div border color is #dae55a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,229,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 #dae55a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae55a


Comments

No comments written yet.

Please login to write comment.