Color Hex Logo

#dab9a3 Color Hex

#DAB9A3
(218,185,163)
0 Favorites   0 Comments

Color spaces of #dab9a3

RGB 218185163
HSL0.070.430.75
HSV24°25°85°
CMYK 0.000.150.25   0.15
XYZ52.873352.247741.9484
Yxy52.24770.35950.3553
Hunter Lab72.28264.074816.1895
CIE-Lab77.42878.505415.5554

#dab9a3 color RGB value is (218,185,163).

#dab9a3 hex color red value is 218, green value is 185 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dab9a3 hue: 0.07 , saturation: 0.43 and the lightness value of dab9a3 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10100011
Octal 332 271 243
Decimal 218 185 163
Hex DA B9 A3

RGB Percentages of Color #dab9a3

%38.52
%32.69
%28.80

CMYK Percentages of Color #dab9a3

%0
%15
%25
%15

Triadic Colors of #dab9a3

#dab9a3 #a3dab9 #b9a3da

Analogous Colors of #dab9a3

#dab9a3 #dad5a3 #daa3a9

Monochromatic Colors of #dab9a3

#dab9a3

Complementary Color

#dab9a3 #a3c4da

#dab9a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab9a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab9a3 Color CSS Codes

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

#dab9a3 Text Font Color

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

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


#dab9a3 Background Color

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

This div background color is #dab9a3


#dab9a3 Border Color

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

This div border color is #dab9a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab9a3


Comments

No comments written yet.

Please login to write comment.