Color Hex Logo

#dae48f Color Hex

#DAE48F
(218,228,143)
0 Favorites   0 Comments

Color spaces of #dae48f

RGB 218228143
HSL0.190.610.73
HSV67°37°89°
CMYK 0.040.000.37   0.11
XYZ61.614872.375436.7090
Yxy72.37540.36100.4240
Hunter Lab85.0737-19.600133.9682
CIE-Lab88.1490-16.186140.3688

#dae48f color RGB value is (218,228,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 10001111
Octal 332 344 217
Decimal 218 228 143
Hex DA E4 8F

RGB Percentages of Color #dae48f

%37.01
%38.71
%24.28

CMYK Percentages of Color #dae48f

%4
%0
%37
%11

Triadic Colors of #dae48f

#dae48f #8fdae4 #e48fda

Analogous Colors of #dae48f

#dae48f #b0e48f #e4c48f

Monochromatic Colors of #dae48f

#dae48f

Complementary Color

#dae48f #998fe4

#dae48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae48f Color CSS Codes

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

#dae48f Text Font Color

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

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


#dae48f Background Color

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

This div background color is #dae48f


#dae48f Border Color

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

This div border color is #dae48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae48f


Comments

No comments written yet.

Please login to write comment.