Color Hex Logo

#daab91 Color Hex

#DAAB91
(218,171,145)
0 Favorites   0 Comments

Color spaces of #daab91

RGB 218171145
HSL0.060.500.71
HSV21°33°85°
CMYK 0.000.220.33   0.15
XYZ48.587246.075633.1207
Yxy46.07560.38020.3606
Hunter Lab67.87908.980518.5855
CIE-Lab73.594613.605819.9669

#daab91 color RGB value is (218,171,145).

#daab91 hex color red value is 218, green value is 171 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #daab91 hue: 0.06 , saturation: 0.50 and the lightness value of daab91 is 0.71.

The process color (four color CMYK) of #daab91 color hex is 0.00, 0.22, 0.33, 0.15. Web safe color of #daab91 is #cc9999. Color #daab91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10010001
Octal 332 253 221
Decimal 218 171 145
Hex DA AB 91

RGB Percentages of Color #daab91

%40.82
%32.02
%27.15

CMYK Percentages of Color #daab91

%0
%22
%33
%15

Triadic Colors of #daab91

#daab91 #91daab #ab91da

Analogous Colors of #daab91

#daab91 #dad091 #da919c

Monochromatic Colors of #daab91

#daab91

Complementary Color

#daab91 #91c0da

#daab91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab91 Color CSS Codes

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

#daab91 Text Font Color

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

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


#daab91 Background Color

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

This div background color is #daab91


#daab91 Border Color

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

This div border color is #daab91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab91

#daab91 Color Palettes


Comments

No comments written yet.

Please login to write comment.