Color Hex Logo

#dac257 Color Hex

#DAC257
(218,194,87)
0 Favorites   0 Comments

Color spaces of #dac257

RGB 21819487
HSL0.140.640.60
HSV49°60°85°
CMYK 0.000.110.60   0.15
XYZ49.925554.177116.8427
Yxy54.17710.41280.4479
Hunter Lab73.6051-7.734437.9565
CIE-Lab78.5649-4.180555.6817

#dac257 color RGB value is (218,194,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 01010111
Octal 332 302 127
Decimal 218 194 87
Hex DA C2 57

RGB Percentages of Color #dac257

%43.69
%38.88
%17.43

CMYK Percentages of Color #dac257

%0
%11
%60
%15

Triadic Colors of #dac257

#dac257 #57dac2 #c257da

Analogous Colors of #dac257

#dac257 #b1da57 #da8157

Monochromatic Colors of #dac257

#dac257

Complementary Color

#dac257 #576fda

#dac257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac257 Color CSS Codes

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

#dac257 Text Font Color

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

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


#dac257 Background Color

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

This div background color is #dac257


#dac257 Border Color

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

This div border color is #dac257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac257


Comments

No comments written yet.

Please login to write comment.