Color Hex Logo

#dadd5f Color Hex

#DADD5F
(218,221,95)
0 Favorites   0 Comments

Color spaces of #dadd5f

RGB 21822195
HSL0.170.650.62
HSV61°57°87°
CMYK 0.010.000.57   0.13
XYZ56.835567.444620.8490
Yxy67.44460.39160.4647
Hunter Lab82.1247-20.184842.4353
CIE-Lab85.7280-17.241860.1172

#dadd5f color RGB value is (218,221,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01011111
Octal 332 335 137
Decimal 218 221 95
Hex DA DD 5F

RGB Percentages of Color #dadd5f

%40.82
%41.39
%17.79

CMYK Percentages of Color #dadd5f

%1
%0
%57
%13

Triadic Colors of #dadd5f

#dadd5f #5fdadd #dd5fda

Analogous Colors of #dadd5f

#dadd5f #9bdd5f #dda15f

Monochromatic Colors of #dadd5f

#dadd5f

Complementary Color

#dadd5f #625fdd

#dadd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd5f Color CSS Codes

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

#dadd5f Text Font Color

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

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


#dadd5f Background Color

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

This div background color is #dadd5f


#dadd5f Border Color

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

This div border color is #dadd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd5f


Comments

No comments written yet.

Please login to write comment.