Color Hex Logo

#dae58d Color Hex

#DAE58D
(218,229,141)
0 Favorites   0 Comments

Color spaces of #dae58d

RGB 218229141
HSL0.190.630.73
HSV68°38°90°
CMYK 0.050.000.38   0.10
XYZ61.740572.867136.0100
Yxy72.86710.36190.4271
Hunter Lab85.3622-20.279034.7421
CIE-Lab88.3843-16.906441.6637

#dae58d color RGB value is (218,229,141).

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

The process color (four color CMYK) of #dae58d color hex is 0.05, 0.00, 0.38, 0.10. Web safe color of #dae58d is #cccc99. Color #dae58d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 10001101
Octal 332 345 215
Decimal 218 229 141
Hex DA E5 8D

RGB Percentages of Color #dae58d

%37.07
%38.95
%23.98

CMYK Percentages of Color #dae58d

%5
%0
%38
%10

Triadic Colors of #dae58d

#dae58d #8ddae5 #e58dda

Analogous Colors of #dae58d

#dae58d #aee58d #e5c48d

Monochromatic Colors of #dae58d

#dae58d

Complementary Color

#dae58d #988de5

#dae58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae58d Color CSS Codes

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

#dae58d Text Font Color

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

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


#dae58d Background Color

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

This div background color is #dae58d


#dae58d Border Color

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

This div border color is #dae58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae58d


Comments

No comments written yet.

Please login to write comment.