Color Hex Logo

#dae759 Color Hex

#DAE759
(218,231,89)
0 Favorites   0 Comments

Color spaces of #dae759

RGB 21823189
HSL0.180.750.63
HSV65°61°91°
CMYK 0.060.000.61   0.09
XYZ59.292572.778520.3738
Yxy72.77850.38890.4774
Hunter Lab85.3103-25.231745.5576
CIE-Lab88.3420-22.524465.5066

#dae759 color RGB value is (218,231,89).

#dae759 hex color red value is 218, green value is 231 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dae759 hue: 0.18 , saturation: 0.75 and the lightness value of dae759 is 0.63.

The process color (four color CMYK) of #dae759 color hex is 0.06, 0.00, 0.61, 0.09. Web safe color of #dae759 is #ccff66. Color #dae759 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 01011001
Octal 332 347 131
Decimal 218 231 89
Hex DA E7 59

RGB Percentages of Color #dae759

%40.52
%42.94
%16.54

CMYK Percentages of Color #dae759

%6
%0
%61
%9

Triadic Colors of #dae759

#dae759 #59dae7 #e759da

Analogous Colors of #dae759

#dae759 #93e759 #e7ad59

Monochromatic Colors of #dae759

#dae759

Complementary Color

#dae759 #6659e7

#dae759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae759 Color CSS Codes

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

#dae759 Text Font Color

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

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


#dae759 Background Color

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

This div background color is #dae759


#dae759 Border Color

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

This div border color is #dae759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae759


Comments

No comments written yet.

Please login to write comment.