Color Hex Logo

#dac070 Color Hex

#DAC070
(218,192,112)
0 Favorites   0 Comments

Color spaces of #dac070

RGB 218192112
HSL0.130.590.65
HSV45°49°85°
CMYK 0.000.120.49   0.15
XYZ50.687753.774623.0372
Yxy53.77460.39760.4218
Hunter Lab73.3312-4.947432.7057
CIE-Lab78.3301-1.126043.4628

#dac070 color RGB value is (218,192,112).

#dac070 hex color red value is 218, green value is 192 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dac070 hue: 0.13 , saturation: 0.59 and the lightness value of dac070 is 0.65.

The process color (four color CMYK) of #dac070 color hex is 0.00, 0.12, 0.49, 0.15. Web safe color of #dac070 is #cccc66. Color #dac070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01110000
Octal 332 300 160
Decimal 218 192 112
Hex DA C0 70

RGB Percentages of Color #dac070

%41.76
%36.78
%21.46

CMYK Percentages of Color #dac070

%0
%12
%49
%15

Triadic Colors of #dac070

#dac070 #70dac0 #c070da

Analogous Colors of #dac070

#dac070 #bfda70 #da8b70

Monochromatic Colors of #dac070

#dac070

Complementary Color

#dac070 #708ada

#dac070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac070 Color CSS Codes

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

#dac070 Text Font Color

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

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


#dac070 Background Color

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

This div background color is #dac070


#dac070 Border Color

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

This div border color is #dac070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac070


Comments

No comments written yet.

Please login to write comment.