Color Hex Logo

#dac487 Color Hex

#DAC487
(218,196,135)
0 Favorites   0 Comments

Color spaces of #dac487

RGB 218196135
HSL0.120.530.69
HSV44°38°85°
CMYK 0.000.100.38   0.15
XYZ53.026556.134630.9619
Yxy56.13460.37840.4006
Hunter Lab74.9230-4.782627.9446
CIE-Lab79.6904-0.846333.4652

#dac487 color RGB value is (218,196,135).

#dac487 hex color red value is 218, green value is 196 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dac487 hue: 0.12 , saturation: 0.53 and the lightness value of dac487 is 0.69.

The process color (four color CMYK) of #dac487 color hex is 0.00, 0.10, 0.38, 0.15. Web safe color of #dac487 is #cccc99. Color #dac487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 10000111
Octal 332 304 207
Decimal 218 196 135
Hex DA C4 87

RGB Percentages of Color #dac487

%39.71
%35.70
%24.59

CMYK Percentages of Color #dac487

%0
%10
%38
%15

Triadic Colors of #dac487

#dac487 #87dac4 #c487da

Analogous Colors of #dac487

#dac487 #c7da87 #da9b87

Monochromatic Colors of #dac487

#dac487

Complementary Color

#dac487 #879dda

#dac487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac487 Color CSS Codes

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

#dac487 Text Font Color

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

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


#dac487 Background Color

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

This div background color is #dac487


#dac487 Border Color

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

This div border color is #dac487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac487


Comments

No comments written yet.

Please login to write comment.