Color Hex Logo

#dada4f Color Hex

#DADA4F
(218,218,79)
0 Favorites   0 Comments

Color spaces of #dada4f

RGB 21821879
HSL0.170.650.58
HSV60°64°85°
CMYK 0.000.000.64   0.15
XYZ55.396165.612717.1420
Yxy65.61270.40100.4749
Hunter Lab81.0017-19.678844.1539
CIE-Lab84.7985-16.821965.7971

#dada4f color RGB value is (218,218,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01001111
Octal 332 332 117
Decimal 218 218 79
Hex DA DA 4F

RGB Percentages of Color #dada4f

%42.33
%42.33
%15.34

CMYK Percentages of Color #dada4f

%0
%0
%64
%15

Triadic Colors of #dada4f

#dada4f #4fdada #da4fda

Analogous Colors of #dada4f

#dada4f #95da4f #da954f

Monochromatic Colors of #dada4f

#dada4f

Complementary Color

#dada4f #4f4fda

#dada4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada4f Color CSS Codes

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

#dada4f Text Font Color

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

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


#dada4f Background Color

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

This div background color is #dada4f


#dada4f Border Color

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

This div border color is #dada4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada4f


Comments

No comments written yet.

Please login to write comment.