Color Hex Logo

#dab393 Color Hex

#DAB393
(218,179,147)
0 Favorites   0 Comments

Color spaces of #dab393

RGB 218179147
HSL0.080.490.72
HSV27°33°85°
CMYK 0.000.180.33   0.15
XYZ50.300049.252234.4593
Yxy49.25220.37530.3675
Hunter Lab70.17995.121320.0137
CIE-Lab75.60809.571121.6501

#dab393 color RGB value is (218,179,147).

#dab393 hex color red value is 218, green value is 179 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dab393 hue: 0.08 , saturation: 0.49 and the lightness value of dab393 is 0.72.

The process color (four color CMYK) of #dab393 color hex is 0.00, 0.18, 0.33, 0.15. Web safe color of #dab393 is #cccc99. Color #dab393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 10010011
Octal 332 263 223
Decimal 218 179 147
Hex DA B3 93

RGB Percentages of Color #dab393

%40.07
%32.90
%27.02

CMYK Percentages of Color #dab393

%0
%18
%33
%15

Triadic Colors of #dab393

#dab393 #93dab3 #b393da

Analogous Colors of #dab393

#dab393 #dad793 #da9397

Monochromatic Colors of #dab393

#dab393

Complementary Color

#dab393 #93bada

#dab393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab393 Color CSS Codes

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

#dab393 Text Font Color

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

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


#dab393 Background Color

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

This div background color is #dab393


#dab393 Border Color

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

This div border color is #dab393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab393


Comments

No comments written yet.

Please login to write comment.