Color Hex Logo

#dadd6d Color Hex

#DADD6D
(218,221,109)
0 Favorites   0 Comments

Color spaces of #dadd6d

RGB 218221109
HSL0.170.620.65
HSV62°51°87°
CMYK 0.010.000.51   0.13
XYZ57.530267.722524.5076
Yxy67.72250.38410.4522
Hunter Lab82.2937-19.227439.9486
CIE-Lab85.8675-16.133953.9748

#dadd6d color RGB value is (218,221,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01101101
Octal 332 335 155
Decimal 218 221 109
Hex DA DD 6D

RGB Percentages of Color #dadd6d

%39.78
%40.33
%19.89

CMYK Percentages of Color #dadd6d

%1
%0
%51
%13

Triadic Colors of #dadd6d

#dadd6d #6ddadd #dd6dda

Analogous Colors of #dadd6d

#dadd6d #a2dd6d #dda86d

Monochromatic Colors of #dadd6d

#dadd6d

Complementary Color

#dadd6d #706ddd

#dadd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd6d Color CSS Codes

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

#dadd6d Text Font Color

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

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


#dadd6d Background Color

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

This div background color is #dadd6d


#dadd6d Border Color

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

This div border color is #dadd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd6d


Comments

No comments written yet.

Please login to write comment.