Color Hex Logo

#dac527 Color Hex

#DAC527
(218,197,39)
0 Favorites   0 Comments

Color spaces of #dac527

RGB 21819739
HSL0.150.710.50
HSV53°82°85°
CMYK 0.000.100.82   0.15
XYZ49.245954.98449.9370
Yxy54.98440.43130.4816
Hunter Lab74.1515-11.218643.9606
CIE-Lab79.0323-8.034173.8033

#dac527 color RGB value is (218,197,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00100111
Octal 332 305 47
Decimal 218 197 39
Hex DA C5 27

RGB Percentages of Color #dac527

%48.02
%43.39
%8.59

CMYK Percentages of Color #dac527

%0
%10
%82
%15

Triadic Colors of #dac527

#dac527 #27dac5 #c527da

Analogous Colors of #dac527

#dac527 #96da27 #da6c27

Monochromatic Colors of #dac527

#dac527

Complementary Color

#dac527 #273cda

#dac527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac527 Color CSS Codes

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

#dac527 Text Font Color

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

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


#dac527 Background Color

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

This div background color is #dac527


#dac527 Border Color

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

This div border color is #dac527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac527


Comments

No comments written yet.

Please login to write comment.