Color Hex Logo

#dae85a Color Hex

#DAE85A
(218,232,90)
0 Favorites   0 Comments

Color spaces of #dae85a

RGB 21823290
HSL0.180.760.63
HSV66°61°91°
CMYK 0.060.000.61   0.09
XYZ59.615573.356820.6901
Yxy73.35680.38800.4774
Hunter Lab85.6486-25.640545.6313
CIE-Lab88.6176-22.938165.3929

#dae85a color RGB value is (218,232,90).

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

The process color (four color CMYK) of #dae85a color hex is 0.06, 0.00, 0.61, 0.09. Web safe color of #dae85a is #ccff66. Color #dae85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01011010
Octal 332 350 132
Decimal 218 232 90
Hex DA E8 5A

RGB Percentages of Color #dae85a

%40.37
%42.96
%16.67

CMYK Percentages of Color #dae85a

%6
%0
%61
%9

Triadic Colors of #dae85a

#dae85a #5adae8 #e85ada

Analogous Colors of #dae85a

#dae85a #93e85a #e8af5a

Monochromatic Colors of #dae85a

#dae85a

Complementary Color

#dae85a #685ae8

#dae85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae85a Color CSS Codes

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

#dae85a Text Font Color

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

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


#dae85a Background Color

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

This div background color is #dae85a


#dae85a Border Color

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

This div border color is #dae85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae85a


Comments

No comments written yet.

Please login to write comment.