Color Hex Logo

#dae39f Color Hex

#DAE39F
(218,227,159)
0 Favorites   0 Comments

Color spaces of #dae39f

RGB 218227159
HSL0.190.550.76
HSV68°30°89°
CMYK 0.040.000.30   0.11
XYZ62.640572.346843.4637
Yxy72.34680.35100.4054
Hunter Lab85.0569-17.392629.2429
CIE-Lab88.1353-13.738932.2833

#dae39f color RGB value is (218,227,159).

#dae39f hex color red value is 218, green value is 227 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dae39f hue: 0.19 , saturation: 0.55 and the lightness value of dae39f is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 10011111
Octal 332 343 237
Decimal 218 227 159
Hex DA E3 9F

RGB Percentages of Color #dae39f

%36.09
%37.58
%26.32

CMYK Percentages of Color #dae39f

%4
%0
%30
%11

Triadic Colors of #dae39f

#dae39f #9fdae3 #e39fda

Analogous Colors of #dae39f

#dae39f #b8e39f #e3ca9f

Monochromatic Colors of #dae39f

#dae39f

Complementary Color

#dae39f #a89fe3

#dae39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae39f Color CSS Codes

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

#dae39f Text Font Color

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

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


#dae39f Background Color

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

This div background color is #dae39f


#dae39f Border Color

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

This div border color is #dae39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae39f


Comments

No comments written yet.

Please login to write comment.