Color Hex Logo

#dada6f Color Hex

#DADA6F
(218,218,111)
0 Favorites   0 Comments

Color spaces of #dada6f

RGB 218218111
HSL0.170.590.65
HSV60°49°85°
CMYK 0.000.000.49   0.15
XYZ56.854166.195924.8195
Yxy66.19590.38450.4477
Hunter Lab81.3609-17.647638.8659
CIE-Lab85.0962-14.472952.1311

#dada6f color RGB value is (218,218,111).

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

The process color (four color CMYK) of #dada6f color hex is 0.00, 0.00, 0.49, 0.15. Web safe color of #dada6f is #cccc66. Color #dada6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01101111
Octal 332 332 157
Decimal 218 218 111
Hex DA DA 6F

RGB Percentages of Color #dada6f

%39.85
%39.85
%20.29

CMYK Percentages of Color #dada6f

%0
%0
%49
%15

Triadic Colors of #dada6f

#dada6f #6fdada #da6fda

Analogous Colors of #dada6f

#dada6f #a5da6f #daa56f

Monochromatic Colors of #dada6f

#dada6f

Complementary Color

#dada6f #6f6fda

#dada6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada6f Color CSS Codes

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

#dada6f Text Font Color

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

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


#dada6f Background Color

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

This div background color is #dada6f


#dada6f Border Color

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

This div border color is #dada6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada6f


Comments

No comments written yet.

Please login to write comment.