Color Hex Logo

#dac166 Color Hex

#DAC166
(218,193,102)
0 Favorites   0 Comments

Color spaces of #dac166

RGB 218193102
HSL0.130.610.63
HSV47°53°85°
CMYK 0.000.110.53   0.15
XYZ50.381754.004720.3389
Yxy54.00470.40390.4330
Hunter Lab73.4879-6.228135.0321
CIE-Lab78.4645-2.522748.5418

#dac166 color RGB value is (218,193,102).

#dac166 hex color red value is 218, green value is 193 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dac166 hue: 0.13 , saturation: 0.61 and the lightness value of dac166 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01100110
Octal 332 301 146
Decimal 218 193 102
Hex DA C1 66

RGB Percentages of Color #dac166

%42.50
%37.62
%19.88

CMYK Percentages of Color #dac166

%0
%11
%53
%15

Triadic Colors of #dac166

#dac166 #66dac1 #c166da

Analogous Colors of #dac166

#dac166 #b9da66 #da8766

Monochromatic Colors of #dac166

#dac166

Complementary Color

#dac166 #667fda

#dac166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac166 Color CSS Codes

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

#dac166 Text Font Color

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

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


#dac166 Background Color

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

This div background color is #dac166


#dac166 Border Color

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

This div border color is #dac166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac166


Comments

No comments written yet.

Please login to write comment.