Color Hex Logo

#dacc56 Color Hex

#DACC56
(218,204,86)
0 Favorites   0 Comments

Color spaces of #dacc56

RGB 21820486
HSL0.150.640.60
HSV54°61°85°
CMYK 0.000.060.61   0.15
XYZ52.186058.763017.3960
Yxy58.76300.40660.4579
Hunter Lab76.6570-12.631940.2051
CIE-Lab81.1611-9.372358.9951

#dacc56 color RGB value is (218,204,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 01010110
Octal 332 314 126
Decimal 218 204 86
Hex DA CC 56

RGB Percentages of Color #dacc56

%42.91
%40.16
%16.93

CMYK Percentages of Color #dacc56

%0
%6
%61
%15

Triadic Colors of #dacc56

#dacc56 #56dacc #cc56da

Analogous Colors of #dacc56

#dacc56 #a6da56 #da8a56

Monochromatic Colors of #dacc56

#dacc56

Complementary Color

#dacc56 #5664da

#dacc56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc56 Color CSS Codes

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

#dacc56 Text Font Color

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

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


#dacc56 Background Color

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

This div background color is #dacc56


#dacc56 Border Color

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

This div border color is #dacc56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc56


Comments

No comments written yet.

Please login to write comment.