Color Hex Logo

#dadc6f Color Hex

#DADC6F
(218,220,111)
0 Favorites   0 Comments

Color spaces of #dadc6f

RGB 218220111
HSL0.170.610.65
HSV61°50°86°
CMYK 0.010.000.50   0.14
XYZ57.375967.239524.9934
Yxy67.23950.38350.4494
Hunter Lab81.9997-18.601539.3283
CIE-Lab85.6247-15.466052.7577

#dadc6f color RGB value is (218,220,111).

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

The process color (four color CMYK) of #dadc6f color hex is 0.01, 0.00, 0.50, 0.14. Web safe color of #dadc6f is #cccc66. Color #dadc6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 01101111
Octal 332 334 157
Decimal 218 220 111
Hex DA DC 6F

RGB Percentages of Color #dadc6f

%39.71
%40.07
%20.22

CMYK Percentages of Color #dadc6f

%1
%0
%50
%14

Triadic Colors of #dadc6f

#dadc6f #6fdadc #dc6fda

Analogous Colors of #dadc6f

#dadc6f #a4dc6f #dca86f

Monochromatic Colors of #dadc6f

#dadc6f

Complementary Color

#dadc6f #716fdc

#dadc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc6f Color CSS Codes

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

#dadc6f Text Font Color

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

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


#dadc6f Background Color

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

This div background color is #dadc6f


#dadc6f Border Color

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

This div border color is #dadc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc6f


Comments

No comments written yet.

Please login to write comment.