Color Hex Logo

#daab97 Color Hex

#DAAB97
(218,171,151)
0 Favorites   0 Comments

Color spaces of #daab97

RGB 218171151
HSL0.050.480.72
HSV18°31°85°
CMYK 0.000.220.31   0.15
XYZ49.062346.265635.6225
Yxy46.26560.37470.3533
Hunter Lab68.01889.720016.5621
CIE-Lab73.717514.374616.8741

#daab97 color RGB value is (218,171,151).

#daab97 hex color red value is 218, green value is 171 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #daab97 hue: 0.05 , saturation: 0.48 and the lightness value of daab97 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10010111
Octal 332 253 227
Decimal 218 171 151
Hex DA AB 97

RGB Percentages of Color #daab97

%40.37
%31.67
%27.96

CMYK Percentages of Color #daab97

%0
%22
%31
%15

Triadic Colors of #daab97

#daab97 #97daab #ab97da

Analogous Colors of #daab97

#daab97 #dacd97 #da97a5

Monochromatic Colors of #daab97

#daab97

Complementary Color

#daab97 #97c6da

#daab97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab97 Color CSS Codes

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

#daab97 Text Font Color

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

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


#daab97 Background Color

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

This div background color is #daab97


#daab97 Border Color

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

This div border color is #daab97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab97

#daab97 Color Palettes


Comments

No comments written yet.

Please login to write comment.