Color Hex Logo

#dac270 Color Hex

#DAC270
(218,194,112)
0 Favorites   0 Comments

Color spaces of #dac270

RGB 218194112
HSL0.130.590.65
HSV46°49°85°
CMYK 0.000.110.49   0.15
XYZ51.129954.658923.1846
Yxy54.65890.39640.4238
Hunter Lab73.9317-5.932833.1591
CIE-Lab78.8444-2.166944.0958

#dac270 color RGB value is (218,194,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 01110000
Octal 332 302 160
Decimal 218 194 112
Hex DA C2 70

RGB Percentages of Color #dac270

%41.60
%37.02
%21.37

CMYK Percentages of Color #dac270

%0
%11
%49
%15

Triadic Colors of #dac270

#dac270 #70dac2 #c270da

Analogous Colors of #dac270

#dac270 #bdda70 #da8d70

Monochromatic Colors of #dac270

#dac270

Complementary Color

#dac270 #7088da

#dac270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac270 Color CSS Codes

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

#dac270 Text Font Color

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

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


#dac270 Background Color

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

This div background color is #dac270


#dac270 Border Color

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

This div border color is #dac270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac270


Comments

No comments written yet.

Please login to write comment.