Color Hex Logo

#dab7a1 Color Hex

#DAB7A1
(218,183,161)
0 Favorites   0 Comments

Color spaces of #dab7a1

RGB 218183161
HSL0.060.440.74
HSV23°26°85°
CMYK 0.000.160.26   0.15
XYZ52.280051.345640.8735
Yxy51.34560.36180.3553
Hunter Lab71.65584.835616.3392
CIE-Lab76.88799.292715.8767

#dab7a1 color RGB value is (218,183,161).

#dab7a1 hex color red value is 218, green value is 183 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dab7a1 hue: 0.06 , saturation: 0.44 and the lightness value of dab7a1 is 0.74.

The process color (four color CMYK) of #dab7a1 color hex is 0.00, 0.16, 0.26, 0.15. Web safe color of #dab7a1 is #cccc99. Color #dab7a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 10100001
Octal 332 267 241
Decimal 218 183 161
Hex DA B7 A1

RGB Percentages of Color #dab7a1

%38.79
%32.56
%28.65

CMYK Percentages of Color #dab7a1

%0
%16
%26
%15

Triadic Colors of #dab7a1

#dab7a1 #a1dab7 #b7a1da

Analogous Colors of #dab7a1

#dab7a1 #dad4a1 #daa1a8

Monochromatic Colors of #dab7a1

#dab7a1

Complementary Color

#dab7a1 #a1c4da

#dab7a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab7a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab7a1 Color CSS Codes

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

#dab7a1 Text Font Color

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

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


#dab7a1 Background Color

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

This div background color is #dab7a1


#dab7a1 Border Color

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

This div border color is #dab7a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab7a1


Comments

No comments written yet.

Please login to write comment.