Color Hex Logo

#dac956 Color Hex

#DAC956
(218,201,86)
0 Favorites   0 Comments

Color spaces of #dac956

RGB 21820186
HSL0.150.640.60
HSV52°61°85°
CMYK 0.000.080.61   0.15
XYZ51.479857.350617.1606
Yxy57.35060.40860.4552
Hunter Lab75.7302-11.187239.5759
CIE-Lab80.3764-7.844958.1338

#dac956 color RGB value is (218,201,86).

#dac956 hex color red value is 218, green value is 201 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dac956 hue: 0.15 , saturation: 0.64 and the lightness value of dac956 is 0.60.

The process color (four color CMYK) of #dac956 color hex is 0.00, 0.08, 0.61, 0.15. Web safe color of #dac956 is #cccc66. Color #dac956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 01010110
Octal 332 311 126
Decimal 218 201 86
Hex DA C9 56

RGB Percentages of Color #dac956

%43.17
%39.80
%17.03

CMYK Percentages of Color #dac956

%0
%8
%61
%15

Triadic Colors of #dac956

#dac956 #56dac9 #c956da

Analogous Colors of #dac956

#dac956 #a9da56 #da8756

Monochromatic Colors of #dac956

#dac956

Complementary Color

#dac956 #5667da

#dac956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac956 Color CSS Codes

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

#dac956 Text Font Color

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

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


#dac956 Background Color

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

This div background color is #dac956


#dac956 Border Color

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

This div border color is #dac956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac956


Comments

No comments written yet.

Please login to write comment.