Color Hex Logo

#dac48e Color Hex

#DAC48E
(218,196,142)
0 Favorites   0 Comments

Color spaces of #dac48e

RGB 218196142
HSL0.120.510.71
HSV43°35°85°
CMYK 0.000.100.35   0.15
XYZ53.535956.338333.6439
Yxy56.33830.37300.3926
Hunter Lab75.0588-4.037425.9654
CIE-Lab79.8060-0.030829.9717

#dac48e color RGB value is (218,196,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 10001110
Octal 332 304 216
Decimal 218 196 142
Hex DA C4 8E

RGB Percentages of Color #dac48e

%39.21
%35.25
%25.54

CMYK Percentages of Color #dac48e

%0
%10
%35
%15

Triadic Colors of #dac48e

#dac48e #8edac4 #c48eda

Analogous Colors of #dac48e

#dac48e #cada8e #da9e8e

Monochromatic Colors of #dac48e

#dac48e

Complementary Color

#dac48e #8ea4da

#dac48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac48e Color CSS Codes

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

#dac48e Text Font Color

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

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


#dac48e Background Color

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

This div background color is #dac48e


#dac48e Border Color

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

This div border color is #dac48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac48e


Comments

No comments written yet.

Please login to write comment.