Color Hex Logo

#dac157 Color Hex

#DAC157
(218,193,87)
0 Favorites   0 Comments

Color spaces of #dac157

RGB 21819387
HSL0.130.640.60
HSV49°60°85°
CMYK 0.000.110.60   0.15
XYZ49.703753.733516.7688
Yxy53.73350.41350.4470
Hunter Lab73.3031-7.247337.7490
CIE-Lab78.3061-3.663355.3928

#dac157 color RGB value is (218,193,87).

#dac157 hex color red value is 218, green value is 193 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dac157 hue: 0.13 , saturation: 0.64 and the lightness value of dac157 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01010111
Octal 332 301 127
Decimal 218 193 87
Hex DA C1 57

RGB Percentages of Color #dac157

%43.78
%38.76
%17.47

CMYK Percentages of Color #dac157

%0
%11
%60
%15

Triadic Colors of #dac157

#dac157 #57dac1 #c157da

Analogous Colors of #dac157

#dac157 #b2da57 #da8057

Monochromatic Colors of #dac157

#dac157

Complementary Color

#dac157 #5770da

#dac157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac157 Color CSS Codes

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

#dac157 Text Font Color

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

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


#dac157 Background Color

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

This div background color is #dac157


#dac157 Border Color

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

This div border color is #dac157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac157


Comments

No comments written yet.

Please login to write comment.