Color Hex Logo

#daab92 Color Hex

#DAAB92
(218,171,146)
0 Favorites   0 Comments

Color spaces of #daab92

RGB 218171146
HSL0.060.490.71
HSV21°33°85°
CMYK 0.000.220.33   0.15
XYZ48.664746.106633.5287
Yxy46.10660.37930.3594
Hunter Lab67.90189.101318.2550
CIE-Lab73.614713.731719.4515

#daab92 color RGB value is (218,171,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10010010
Octal 332 253 222
Decimal 218 171 146
Hex DA AB 92

RGB Percentages of Color #daab92

%40.75
%31.96
%27.29

CMYK Percentages of Color #daab92

%0
%22
%33
%15

Triadic Colors of #daab92

#daab92 #92daab #ab92da

Analogous Colors of #daab92

#daab92 #dacf92 #da929d

Monochromatic Colors of #daab92

#daab92

Complementary Color

#daab92 #92c1da

#daab92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab92 Color CSS Codes

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

#daab92 Text Font Color

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

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


#daab92 Background Color

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

This div background color is #daab92


#daab92 Border Color

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

This div border color is #daab92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab92


Comments

No comments written yet.

Please login to write comment.