Color Hex Logo

#dac066 Color Hex

#DAC066
(218,192,102)
0 Favorites   0 Comments

Color spaces of #dac066

RGB 218192102
HSL0.130.610.63
HSV47°53°85°
CMYK 0.000.120.53   0.15
XYZ50.161453.564020.2655
Yxy53.56400.40460.4320
Hunter Lab73.1874-5.737234.8139
CIE-Lab78.2068-2.002748.2353

#dac066 color RGB value is (218,192,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 01100110
Octal 332 300 146
Decimal 218 192 102
Hex DA C0 66

RGB Percentages of Color #dac066

%42.58
%37.50
%19.92

CMYK Percentages of Color #dac066

%0
%12
%53
%15

Triadic Colors of #dac066

#dac066 #66dac0 #c066da

Analogous Colors of #dac066

#dac066 #bada66 #da8666

Monochromatic Colors of #dac066

#dac066

Complementary Color

#dac066 #6680da

#dac066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac066 Color CSS Codes

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

#dac066 Text Font Color

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

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


#dac066 Background Color

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

This div background color is #dac066


#dac066 Border Color

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

This div border color is #dac066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac066


Comments

No comments written yet.

Please login to write comment.