Color Hex Logo

#dae58e Color Hex

#DAE58E
(218,229,142)
0 Favorites   0 Comments

Color spaces of #dae58e

RGB 218229142
HSL0.190.630.73
HSV68°38°90°
CMYK 0.050.000.38   0.10
XYZ61.815272.897036.4037
Yxy72.89700.36120.4260
Hunter Lab85.3797-20.180034.4861
CIE-Lab88.3986-16.793341.1861

#dae58e color RGB value is (218,229,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 10001110
Octal 332 345 216
Decimal 218 229 142
Hex DA E5 8E

RGB Percentages of Color #dae58e

%37.01
%38.88
%24.11

CMYK Percentages of Color #dae58e

%5
%0
%38
%10

Triadic Colors of #dae58e

#dae58e #8edae5 #e58eda

Analogous Colors of #dae58e

#dae58e #afe58e #e5c58e

Monochromatic Colors of #dae58e

#dae58e

Complementary Color

#dae58e #998ee5

#dae58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae58e Color CSS Codes

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

#dae58e Text Font Color

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

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


#dae58e Background Color

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

This div background color is #dae58e


#dae58e Border Color

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

This div border color is #dae58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae58e


Comments

No comments written yet.

Please login to write comment.