Color Hex Logo

#dada6d Color Hex

#DADA6D
(218,218,109)
0 Favorites   0 Comments

Color spaces of #dada6d

RGB 218218109
HSL0.170.600.64
HSV60°50°85°
CMYK 0.000.000.50   0.15
XYZ56.745266.152424.2459
Yxy66.15240.38560.4496
Hunter Lab81.3341-17.798839.2594
CIE-Lab85.0741-14.646653.0415

#dada6d color RGB value is (218,218,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01101101
Octal 332 332 155
Decimal 218 218 109
Hex DA DA 6D

RGB Percentages of Color #dada6d

%40.00
%40.00
%20.00

CMYK Percentages of Color #dada6d

%0
%0
%50
%15

Triadic Colors of #dada6d

#dada6d #6ddada #da6dda

Analogous Colors of #dada6d

#dada6d #a4da6d #daa46d

Monochromatic Colors of #dada6d

#dada6d

Complementary Color

#dada6d #6d6dda

#dada6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada6d Color CSS Codes

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

#dada6d Text Font Color

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

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


#dada6d Background Color

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

This div background color is #dada6d


#dada6d Border Color

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

This div border color is #dada6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada6d


Comments

No comments written yet.

Please login to write comment.