Color Hex Logo

#dada5a Color Hex

#DADA5A
(218,218,90)
0 Favorites   0 Comments

Color spaces of #dada5a

RGB 21821890
HSL0.170.630.60
HSV60°59°85°
CMYK 0.000.000.59   0.15
XYZ55.830365.786419.4283
Yxy65.78640.39580.4664
Hunter Lab81.1088-19.072142.5742
CIE-Lab84.8873-16.116661.3481

#dada5a color RGB value is (218,218,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 01011010
Octal 332 332 132
Decimal 218 218 90
Hex DA DA 5A

RGB Percentages of Color #dada5a

%41.44
%41.44
%17.11

CMYK Percentages of Color #dada5a

%0
%0
%59
%15

Triadic Colors of #dada5a

#dada5a #5adada #da5ada

Analogous Colors of #dada5a

#dada5a #9ada5a #da9a5a

Monochromatic Colors of #dada5a

#dada5a

Complementary Color

#dada5a #5a5ada

#dada5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada5a Color CSS Codes

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

#dada5a Text Font Color

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

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


#dada5a Background Color

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

This div background color is #dada5a


#dada5a Border Color

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

This div border color is #dada5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada5a


Comments

No comments written yet.

Please login to write comment.