Color Hex Logo

#dac25a Color Hex

#DAC25A
(218,194,90)
0 Favorites   0 Comments

Color spaces of #dac25a

RGB 21819490
HSL0.140.630.60
HSV49°59°85°
CMYK 0.000.110.59   0.15
XYZ50.050754.227217.5018
Yxy54.22720.41100.4453
Hunter Lab73.6391-7.546437.4559
CIE-Lab78.5940-3.969254.3494

#dac25a color RGB value is (218,194,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 01011010
Octal 332 302 132
Decimal 218 194 90
Hex DA C2 5A

RGB Percentages of Color #dac25a

%43.43
%38.65
%17.93

CMYK Percentages of Color #dac25a

%0
%11
%59
%15

Triadic Colors of #dac25a

#dac25a #5adac2 #c25ada

Analogous Colors of #dac25a

#dac25a #b2da5a #da825a

Monochromatic Colors of #dac25a

#dac25a

Complementary Color

#dac25a #5a72da

#dac25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac25a Color CSS Codes

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

#dac25a Text Font Color

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

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


#dac25a Background Color

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

This div background color is #dac25a


#dac25a Border Color

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

This div border color is #dac25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac25a


Comments

No comments written yet.

Please login to write comment.