Color Hex Logo

#dab070 Color Hex

#DAB070
(218,176,112)
0 Favorites   0 Comments

Color spaces of #dab070

RGB 218176112
HSL0.100.590.65
HSV36°49°85°
CMYK 0.000.190.49   0.15
XYZ47.363447.125921.9291
Yxy47.12590.40680.4048
Hunter Lab68.64833.020229.1141
CIE-Lab74.27027.308338.4052

#dab070 color RGB value is (218,176,112).

#dab070 hex color red value is 218, green value is 176 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dab070 hue: 0.10 , saturation: 0.59 and the lightness value of dab070 is 0.65.

The process color (four color CMYK) of #dab070 color hex is 0.00, 0.19, 0.49, 0.15. Web safe color of #dab070 is #cc9966. Color #dab070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01110000
Octal 332 260 160
Decimal 218 176 112
Hex DA B0 70

RGB Percentages of Color #dab070

%43.08
%34.78
%22.13

CMYK Percentages of Color #dab070

%0
%19
%49
%15

Triadic Colors of #dab070

#dab070 #70dab0 #b070da

Analogous Colors of #dab070

#dab070 #cfda70 #da7b70

Monochromatic Colors of #dab070

#dab070

Complementary Color

#dab070 #709ada

#dab070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab070 Color CSS Codes

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

#dab070 Text Font Color

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

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


#dab070 Background Color

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

This div background color is #dab070


#dab070 Border Color

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

This div border color is #dab070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab070


Comments

No comments written yet.

Please login to write comment.