Color Hex Logo

#dab49b Color Hex

#DAB49B
(218,180,155)
0 Favorites   0 Comments

Color spaces of #dab49b

RGB 218180155
HSL0.070.460.73
HSV24°29°85°
CMYK 0.000.170.29   0.15
XYZ51.151149.914537.9489
Yxy49.91450.36800.3591
Hunter Lab70.65025.597117.6082
CIE-Lab76.016810.077317.9013

#dab49b color RGB value is (218,180,155).

#dab49b hex color red value is 218, green value is 180 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dab49b hue: 0.07 , saturation: 0.46 and the lightness value of dab49b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 10011011
Octal 332 264 233
Decimal 218 180 155
Hex DA B4 9B

RGB Percentages of Color #dab49b

%39.42
%32.55
%28.03

CMYK Percentages of Color #dab49b

%0
%17
%29
%15

Triadic Colors of #dab49b

#dab49b #9bdab4 #b49bda

Analogous Colors of #dab49b

#dab49b #dad49b #da9ba2

Monochromatic Colors of #dab49b

#dab49b

Complementary Color

#dab49b #9bc1da

#dab49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab49b Color CSS Codes

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

#dab49b Text Font Color

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

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


#dab49b Background Color

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

This div background color is #dab49b


#dab49b Border Color

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

This div border color is #dab49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab49b


Comments

No comments written yet.

Please login to write comment.