Color Hex Logo

#dae497 Color Hex

#DAE497
(218,228,151)
0 Favorites   0 Comments

Color spaces of #dae497

RGB 218228151
HSL0.190.590.74
HSV68°34°89°
CMYK 0.040.000.34   0.11
XYZ62.242872.626640.0159
Yxy72.62660.35590.4153
Hunter Lab85.2212-18.766631.8151
CIE-Lab88.2693-15.239736.5161

#dae497 color RGB value is (218,228,151).

#dae497 hex color red value is 218, green value is 228 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dae497 hue: 0.19 , saturation: 0.59 and the lightness value of dae497 is 0.74.

The process color (four color CMYK) of #dae497 color hex is 0.04, 0.00, 0.34, 0.11. Web safe color of #dae497 is #cccc99. Color #dae497 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 10010111
Octal 332 344 227
Decimal 218 228 151
Hex DA E4 97

RGB Percentages of Color #dae497

%36.52
%38.19
%25.29

CMYK Percentages of Color #dae497

%4
%0
%34
%11

Triadic Colors of #dae497

#dae497 #97dae4 #e497da

Analogous Colors of #dae497

#dae497 #b4e497 #e4c897

Monochromatic Colors of #dae497

#dae497

Complementary Color

#dae497 #a197e4

#dae497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae497 Color CSS Codes

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

#dae497 Text Font Color

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

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


#dae497 Background Color

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

This div background color is #dae497


#dae497 Border Color

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

This div border color is #dae497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae497


Comments

No comments written yet.

Please login to write comment.