Color Hex Logo

#dac523 Color Hex

#DAC523
(218,197,35)
0 Favorites   0 Comments

Color spaces of #dac523

RGB 21819735
HSL0.150.720.50
HSV53°84°85°
CMYK 0.000.100.84   0.15
XYZ49.183154.95939.6061
Yxy54.95930.43240.4832
Hunter Lab74.1345-11.313144.2116
CIE-Lab79.0178-8.142574.7892

#dac523 color RGB value is (218,197,35).

#dac523 hex color red value is 218, green value is 197 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dac523 hue: 0.15 , saturation: 0.72 and the lightness value of dac523 is 0.50.

The process color (four color CMYK) of #dac523 color hex is 0.00, 0.10, 0.84, 0.15. Web safe color of #dac523 is #cccc33. Color #dac523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00100011
Octal 332 305 43
Decimal 218 197 35
Hex DA C5 23

RGB Percentages of Color #dac523

%48.44
%43.78
%7.78

CMYK Percentages of Color #dac523

%0
%10
%84
%15

Triadic Colors of #dac523

#dac523 #23dac5 #c523da

Analogous Colors of #dac523

#dac523 #94da23 #da6a23

Monochromatic Colors of #dac523

#dac523

Complementary Color

#dac523 #2338da

#dac523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac523 Color CSS Codes

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

#dac523 Text Font Color

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

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


#dac523 Background Color

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

This div background color is #dac523


#dac523 Border Color

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

This div border color is #dac523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac523


Comments

No comments written yet.

Please login to write comment.