Color Hex Logo

#daab99 Color Hex

#DAAB99
(218,171,153)
0 Favorites   0 Comments

Color spaces of #daab99

RGB 218171153
HSL0.050.470.73
HSV17°30°85°
CMYK 0.000.220.30   0.15
XYZ49.226146.331236.4853
Yxy46.33120.37280.3509
Hunter Lab68.06709.974015.8663
CIE-Lab73.759914.637815.8435

#daab99 color RGB value is (218,171,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10011001
Octal 332 253 231
Decimal 218 171 153
Hex DA AB 99

RGB Percentages of Color #daab99

%40.22
%31.55
%28.23

CMYK Percentages of Color #daab99

%0
%22
%30
%15

Triadic Colors of #daab99

#daab99 #99daab #ab99da

Analogous Colors of #daab99

#daab99 #dacc99 #da99a8

Monochromatic Colors of #daab99

#daab99

Complementary Color

#daab99 #99c8da

#daab99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab99 Color CSS Codes

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

#daab99 Text Font Color

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

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


#daab99 Background Color

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

This div background color is #daab99


#daab99 Border Color

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

This div border color is #daab99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab99


Comments

No comments written yet.

Please login to write comment.