Color Hex Logo

#dab071 Color Hex

#DAB071
(218,176,113)
0 Favorites   0 Comments

Color spaces of #dab071

RGB 218176113
HSL0.100.590.65
HSV36°48°85°
CMYK 0.000.190.48   0.15
XYZ47.419447.148322.2241
Yxy47.14830.40600.4037
Hunter Lab68.66463.108028.8753
CIE-Lab74.28457.402837.9065

#dab071 color RGB value is (218,176,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01110001
Octal 332 260 161
Decimal 218 176 113
Hex DA B0 71

RGB Percentages of Color #dab071

%43.00
%34.71
%22.29

CMYK Percentages of Color #dab071

%0
%19
%48
%15

Triadic Colors of #dab071

#dab071 #71dab0 #b071da

Analogous Colors of #dab071

#dab071 #d0da71 #da7c71

Monochromatic Colors of #dab071

#dab071

Complementary Color

#dab071 #719bda

#dab071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab071 Color CSS Codes

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

#dab071 Text Font Color

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

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


#dab071 Background Color

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

This div background color is #dab071


#dab071 Border Color

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

This div border color is #dab071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab071


Comments

No comments written yet.

Please login to write comment.