Color Hex Logo

#dae38f Color Hex

#DAE38F
(218,227,143)
0 Favorites   0 Comments

Color spaces of #dae38f

RGB 218227143
HSL0.180.600.73
HSV66°37°89°
CMYK 0.040.000.37   0.11
XYZ61.340571.826836.6176
Yxy71.82680.36130.4230
Hunter Lab84.7507-19.119733.7085
CIE-Lab87.8852-15.692140.0296

#dae38f color RGB value is (218,227,143).

#dae38f hex color red value is 218, green value is 227 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dae38f hue: 0.18 , saturation: 0.60 and the lightness value of dae38f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 10001111
Octal 332 343 217
Decimal 218 227 143
Hex DA E3 8F

RGB Percentages of Color #dae38f

%37.07
%38.61
%24.32

CMYK Percentages of Color #dae38f

%4
%0
%37
%11

Triadic Colors of #dae38f

#dae38f #8fdae3 #e38fda

Analogous Colors of #dae38f

#dae38f #b0e38f #e3c28f

Monochromatic Colors of #dae38f

#dae38f

Complementary Color

#dae38f #988fe3

#dae38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae38f Color CSS Codes

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

#dae38f Text Font Color

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

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


#dae38f Background Color

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

This div background color is #dae38f


#dae38f Border Color

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

This div border color is #dae38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae38f


Comments

No comments written yet.

Please login to write comment.