Color Hex Logo

#daea97 Color Hex

#DAEA97
(218,234,151)
0 Favorites   0 Comments

Color spaces of #daea97

RGB 218234151
HSL0.200.660.75
HSV72°35°92°
CMYK 0.070.000.35   0.08
XYZ63.922275.985440.5758
Yxy75.98540.35420.4210
Hunter Lab87.1696-21.651333.4204
CIE-Lab89.8526-18.193538.5807

#daea97 color RGB value is (218,234,151).

#daea97 hex color red value is 218, green value is 234 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #daea97 hue: 0.20 , saturation: 0.66 and the lightness value of daea97 is 0.75.

The process color (four color CMYK) of #daea97 color hex is 0.07, 0.00, 0.35, 0.08. Web safe color of #daea97 is #ccff99. Color #daea97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 10010111
Octal 332 352 227
Decimal 218 234 151
Hex DA EA 97

RGB Percentages of Color #daea97

%36.15
%38.81
%25.04

CMYK Percentages of Color #daea97

%7
%0
%35
%8

Triadic Colors of #daea97

#daea97 #97daea #ea97da

Analogous Colors of #daea97

#daea97 #b1ea97 #ead197

Monochromatic Colors of #daea97

#daea97

Complementary Color

#daea97 #a797ea

#daea97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea97 Color CSS Codes

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

#daea97 Text Font Color

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

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


#daea97 Background Color

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

This div background color is #daea97


#daea97 Border Color

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

This div border color is #daea97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea97


Comments

No comments written yet.

Please login to write comment.