Color Hex Logo

#dabaab Color Hex

#DABAAB
(218,186,171)
0 Favorites   0 Comments

Color spaces of #dabaab

RGB 218186171
HSL0.050.390.76
HSV19°22°85°
CMYK 0.000.150.22   0.15
XYZ53.823052.963545.9143
Yxy52.96350.35250.3468
Hunter Lab72.77604.655313.5372
CIE-Lab77.85349.122111.8388

#dabaab color RGB value is (218,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10101011
Octal 332 272 253
Decimal 218 186 171
Hex DA BA AB

RGB Percentages of Color #dabaab

%37.91
%32.35
%29.74

CMYK Percentages of Color #dabaab

%0
%15
%22
%15

Triadic Colors of #dabaab

#dabaab #abdaba #baabda

Analogous Colors of #dabaab

#dabaab #dad2ab #daabb4

Monochromatic Colors of #dabaab

#dabaab

Complementary Color

#dabaab #abcbda

#dabaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaab Color CSS Codes

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

#dabaab Text Font Color

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

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


#dabaab Background Color

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

This div background color is #dabaab


#dabaab Border Color

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

This div border color is #dabaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaab

#dabaab Color Palettes


Comments

No comments written yet.

Please login to write comment.