Color Hex Logo

#dac48f Color Hex

#DAC48F
(218,196,143)
0 Favorites   0 Comments

Color spaces of #dac48f

RGB 218196143
HSL0.120.500.71
HSV42°34°85°
CMYK 0.000.100.34   0.15
XYZ53.611356.368534.0412
Yxy56.36850.37220.3914
Hunter Lab75.0790-3.927525.6729
CIE-Lab79.82310.089229.4710

#dac48f color RGB value is (218,196,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 10001111
Octal 332 304 217
Decimal 218 196 143
Hex DA C4 8F

RGB Percentages of Color #dac48f

%39.14
%35.19
%25.67

CMYK Percentages of Color #dac48f

%0
%10
%34
%15

Triadic Colors of #dac48f

#dac48f #8fdac4 #c48fda

Analogous Colors of #dac48f

#dac48f #cbda8f #da9f8f

Monochromatic Colors of #dac48f

#dac48f

Complementary Color

#dac48f #8fa5da

#dac48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac48f Color CSS Codes

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

#dac48f Text Font Color

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

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


#dac48f Background Color

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

This div background color is #dac48f


#dac48f Border Color

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

This div border color is #dac48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac48f


Comments

No comments written yet.

Please login to write comment.