Color Hex Logo

#daea8d Color Hex

#DAEA8D
(218,234,141)
0 Favorites   0 Comments

Color spaces of #daea8d

RGB 218234141
HSL0.200.690.74
HSV70°40°92°
CMYK 0.070.000.40   0.08
XYZ63.144075.674236.4778
Yxy75.67420.36020.4317
Hunter Lab86.9909-22.666536.0316
CIE-Lab89.7079-19.354743.3494

#daea8d color RGB value is (218,234,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 10001101
Octal 332 352 215
Decimal 218 234 141
Hex DA EA 8D

RGB Percentages of Color #daea8d

%36.76
%39.46
%23.78

CMYK Percentages of Color #daea8d

%7
%0
%40
%8

Triadic Colors of #daea8d

#daea8d #8ddaea #ea8dda

Analogous Colors of #daea8d

#daea8d #acea8d #eacc8d

Monochromatic Colors of #daea8d

#daea8d

Complementary Color

#daea8d #9d8dea

#daea8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea8d Color CSS Codes

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

#daea8d Text Font Color

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

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


#daea8d Background Color

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

This div background color is #daea8d


#daea8d Border Color

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

This div border color is #daea8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea8d


Comments

No comments written yet.

Please login to write comment.