Color Hex Logo

#daea93 Color Hex

#DAEA93
(218,234,147)
0 Favorites   0 Comments

Color spaces of #daea93

RGB 218234147
HSL0.200.670.75
HSV71°37°92°
CMYK 0.070.000.37   0.08
XYZ63.602775.857638.8935
Yxy75.85760.35660.4253
Hunter Lab87.0963-22.067534.4910
CIE-Lab89.7932-18.668640.4955

#daea93 color RGB value is (218,234,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 10010011
Octal 332 352 223
Decimal 218 234 147
Hex DA EA 93

RGB Percentages of Color #daea93

%36.39
%39.07
%24.54

CMYK Percentages of Color #daea93

%7
%0
%37
%8

Triadic Colors of #daea93

#daea93 #93daea #ea93da

Analogous Colors of #daea93

#daea93 #afea93 #eacf93

Monochromatic Colors of #daea93

#daea93

Complementary Color

#daea93 #a393ea

#daea93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea93 Color CSS Codes

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

#daea93 Text Font Color

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

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


#daea93 Background Color

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

This div background color is #daea93


#daea93 Border Color

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

This div border color is #daea93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea93


Comments

No comments written yet.

Please login to write comment.