Color Hex Logo

#dac357 Color Hex

#DAC357
(218,195,87)
0 Favorites   0 Comments

Color spaces of #dac357

RGB 21819587
HSL0.140.640.60
HSV49°60°85°
CMYK 0.000.110.60   0.15
XYZ50.148854.623816.9171
Yxy54.62380.41210.4489
Hunter Lab73.9079-8.221138.1644
CIE-Lab78.8241-4.697255.9708

#dac357 color RGB value is (218,195,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01010111
Octal 332 303 127
Decimal 218 195 87
Hex DA C3 57

RGB Percentages of Color #dac357

%43.60
%39.00
%17.40

CMYK Percentages of Color #dac357

%0
%11
%60
%15

Triadic Colors of #dac357

#dac357 #57dac3 #c357da

Analogous Colors of #dac357

#dac357 #b0da57 #da8257

Monochromatic Colors of #dac357

#dac357

Complementary Color

#dac357 #576eda

#dac357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac357 Color CSS Codes

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

#dac357 Text Font Color

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

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


#dac357 Background Color

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

This div background color is #dac357


#dac357 Border Color

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

This div border color is #dac357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac357


Comments

No comments written yet.

Please login to write comment.