Color Hex Logo

#dac674 Color Hex

#DAC674
(218,198,116)
0 Favorites   0 Comments

Color spaces of #dac674

RGB 218198116
HSL0.130.580.65
HSV48°47°85°
CMYK 0.000.090.47   0.15
XYZ52.259956.554524.6847
Yxy56.55450.39150.4236
Hunter Lab75.2027-7.561533.1804
CIE-Lab79.9284-3.865443.4426

#dac674 color RGB value is (218,198,116).

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

The process color (four color CMYK) of #dac674 color hex is 0.00, 0.09, 0.47, 0.15. Web safe color of #dac674 is #cccc66. Color #dac674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 01110100
Octal 332 306 164
Decimal 218 198 116
Hex DA C6 74

RGB Percentages of Color #dac674

%40.98
%37.22
%21.80

CMYK Percentages of Color #dac674

%0
%9
%47
%15

Triadic Colors of #dac674

#dac674 #74dac6 #c674da

Analogous Colors of #dac674

#dac674 #bbda74 #da9374

Monochromatic Colors of #dac674

#dac674

Complementary Color

#dac674 #7488da

#dac674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac674 Color CSS Codes

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

#dac674 Text Font Color

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

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


#dac674 Background Color

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

This div background color is #dac674


#dac674 Border Color

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

This div border color is #dac674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac674


Comments

No comments written yet.

Please login to write comment.