Color Hex Logo

#dadd76 Color Hex

#DADD76
(218,221,118)
0 Favorites   0 Comments

Color spaces of #dadd76

RGB 218221118
HSL0.170.600.66
HSV62°47°87°
CMYK 0.010.000.47   0.13
XYZ58.039967.926327.1916
Yxy67.92630.37900.4435
Hunter Lab82.4174-18.527438.1309
CIE-Lab85.9696-15.328549.8625

#dadd76 color RGB value is (218,221,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01110110
Octal 332 335 166
Decimal 218 221 118
Hex DA DD 76

RGB Percentages of Color #dadd76

%39.14
%39.68
%21.18

CMYK Percentages of Color #dadd76

%1
%0
%47
%13

Triadic Colors of #dadd76

#dadd76 #76dadd #dd76da

Analogous Colors of #dadd76

#dadd76 #a7dd76 #ddad76

Monochromatic Colors of #dadd76

#dadd76

Complementary Color

#dadd76 #7976dd

#dadd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd76 Color CSS Codes

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

#dadd76 Text Font Color

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

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


#dadd76 Background Color

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

This div background color is #dadd76


#dadd76 Border Color

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

This div border color is #dadd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd76


Comments

No comments written yet.

Please login to write comment.