Color Hex Logo

#dac370 Color Hex

#DAC370
(218,195,112)
0 Favorites   0 Comments

Color spaces of #dac370

RGB 218195112
HSL0.130.590.65
HSV47°49°85°
CMYK 0.000.110.49   0.15
XYZ51.353255.105523.2591
Yxy55.10550.39590.4248
Hunter Lab74.2331-6.424633.3861
CIE-Lab79.1020-2.686244.4122

#dac370 color RGB value is (218,195,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 01110000
Octal 332 303 160
Decimal 218 195 112
Hex DA C3 70

RGB Percentages of Color #dac370

%41.52
%37.14
%21.33

CMYK Percentages of Color #dac370

%0
%11
%49
%15

Triadic Colors of #dac370

#dac370 #70dac3 #c370da

Analogous Colors of #dac370

#dac370 #bcda70 #da8e70

Monochromatic Colors of #dac370

#dac370

Complementary Color

#dac370 #7087da

#dac370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac370 Color CSS Codes

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

#dac370 Text Font Color

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

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


#dac370 Background Color

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

This div background color is #dac370


#dac370 Border Color

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

This div border color is #dac370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac370


Comments

No comments written yet.

Please login to write comment.