Color Hex Logo

#dae579 Color Hex

#DAE579
(218,229,121)
0 Favorites   0 Comments

Color spaces of #dae579

RGB 218229121
HSL0.180.680.69
HSV66°47°90°
CMYK 0.050.000.47   0.10
XYZ60.383972.324528.8666
Yxy72.32450.37370.4476
Hunter Lab85.0438-22.085839.4057
CIE-Lab88.1245-18.981951.0432

#dae579 color RGB value is (218,229,121).

#dae579 hex color red value is 218, green value is 229 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dae579 hue: 0.18 , saturation: 0.68 and the lightness value of dae579 is 0.69.

The process color (four color CMYK) of #dae579 color hex is 0.05, 0.00, 0.47, 0.10. Web safe color of #dae579 is #cccc66. Color #dae579 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 01111001
Octal 332 345 171
Decimal 218 229 121
Hex DA E5 79

RGB Percentages of Color #dae579

%38.38
%40.32
%21.30

CMYK Percentages of Color #dae579

%5
%0
%47
%10

Triadic Colors of #dae579

#dae579 #79dae5 #e579da

Analogous Colors of #dae579

#dae579 #a4e579 #e5ba79

Monochromatic Colors of #dae579

#dae579

Complementary Color

#dae579 #8479e5

#dae579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae579 Color CSS Codes

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

#dae579 Text Font Color

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

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


#dae579 Background Color

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

This div background color is #dae579


#dae579 Border Color

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

This div border color is #dae579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae579


Comments

No comments written yet.

Please login to write comment.