Color Hex Logo

#dadd59 Color Hex

#DADD59
(218,221,89)
0 Favorites   0 Comments

Color spaces of #dadd59

RGB 21822189
HSL0.170.660.61
HSV61°60°87°
CMYK 0.010.000.60   0.13
XYZ56.573167.339619.4673
Yxy67.33960.39460.4697
Hunter Lab82.0607-20.547443.3771
CIE-Lab85.6752-17.663462.6311

#dadd59 color RGB value is (218,221,89).

#dadd59 hex color red value is 218, green value is 221 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dadd59 hue: 0.17 , saturation: 0.66 and the lightness value of dadd59 is 0.61.

The process color (four color CMYK) of #dadd59 color hex is 0.01, 0.00, 0.60, 0.13. Web safe color of #dadd59 is #cccc66. Color #dadd59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01011001
Octal 332 335 131
Decimal 218 221 89
Hex DA DD 59

RGB Percentages of Color #dadd59

%41.29
%41.86
%16.86

CMYK Percentages of Color #dadd59

%1
%0
%60
%13

Triadic Colors of #dadd59

#dadd59 #59dadd #dd59da

Analogous Colors of #dadd59

#dadd59 #98dd59 #dd9e59

Monochromatic Colors of #dadd59

#dadd59

Complementary Color

#dadd59 #5c59dd

#dadd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd59 Color CSS Codes

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

#dadd59 Text Font Color

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

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


#dadd59 Background Color

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

This div background color is #dadd59


#dadd59 Border Color

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

This div border color is #dadd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd59


Comments

No comments written yet.

Please login to write comment.