Color Hex Logo

#dab560 Color Hex

#DAB560
(218,181,96)
0 Favorites   0 Comments

Color spaces of #dab560

RGB 21818196
HSL0.120.620.62
HSV42°56°85°
CMYK 0.000.170.56   0.15
XYZ47.548648.797717.9791
Yxy48.79770.41590.4268
Hunter Lab69.8554-0.746933.6389
CIE-Lab75.32533.276647.7340

#dab560 color RGB value is (218,181,96).

#dab560 hex color red value is 218, green value is 181 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dab560 hue: 0.12 , saturation: 0.62 and the lightness value of dab560 is 0.62.

The process color (four color CMYK) of #dab560 color hex is 0.00, 0.17, 0.56, 0.15. Web safe color of #dab560 is #cccc66. Color #dab560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01100000
Octal 332 265 140
Decimal 218 181 96
Hex DA B5 60

RGB Percentages of Color #dab560

%44.04
%36.57
%19.39

CMYK Percentages of Color #dab560

%0
%17
%56
%15

Triadic Colors of #dab560

#dab560 #60dab5 #b560da

Analogous Colors of #dab560

#dab560 #c2da60 #da7860

Monochromatic Colors of #dab560

#dab560

Complementary Color

#dab560 #6085da

#dab560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab560 Color CSS Codes

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

#dab560 Text Font Color

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

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


#dab560 Background Color

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

This div background color is #dab560


#dab560 Border Color

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

This div border color is #dab560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab560


Comments

No comments written yet.

Please login to write comment.