Color Hex Logo

#daab95 Color Hex

#DAAB95
(218,171,149)
0 Favorites   0 Comments

Color spaces of #daab95

RGB 218171149
HSL0.050.480.72
HSV19°32°85°
CMYK 0.000.220.32   0.15
XYZ48.901246.201234.7741
Yxy46.20120.37650.3557
Hunter Lab67.97159.469517.2473
CIE-Lab73.675914.114617.9052

#daab95 color RGB value is (218,171,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10010101
Octal 332 253 225
Decimal 218 171 149
Hex DA AB 95

RGB Percentages of Color #daab95

%40.52
%31.78
%27.70

CMYK Percentages of Color #daab95

%0
%22
%32
%15

Triadic Colors of #daab95

#daab95 #95daab #ab95da

Analogous Colors of #daab95

#daab95 #dace95 #da95a2

Monochromatic Colors of #daab95

#daab95

Complementary Color

#daab95 #95c4da

#daab95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab95 Color CSS Codes

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

#daab95 Text Font Color

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

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


#daab95 Background Color

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

This div background color is #daab95


#daab95 Border Color

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

This div border color is #daab95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab95


Comments

No comments written yet.

Please login to write comment.