Color Hex Logo

#dabaaa Color Hex

#DABAAA
(218,186,170)
0 Favorites   0 Comments

Color spaces of #dabaaa

RGB 218186170
HSL0.060.390.76
HSV20°22°85°
CMYK 0.000.150.22   0.15
XYZ53.728052.925545.4141
Yxy52.92550.35330.3480
Hunter Lab72.74994.515313.9132
CIE-Lab77.83108.975412.3467

#dabaaa color RGB value is (218,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10101010
Octal 332 272 252
Decimal 218 186 170
Hex DA BA AA

RGB Percentages of Color #dabaaa

%37.98
%32.40
%29.62

CMYK Percentages of Color #dabaaa

%0
%15
%22
%15

Triadic Colors of #dabaaa

#dabaaa #aadaba #baaada

Analogous Colors of #dabaaa

#dabaaa #dad2aa #daaab2

Monochromatic Colors of #dabaaa

#dabaaa

Complementary Color

#dabaaa #aacada

#dabaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaaa Color CSS Codes

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

#dabaaa Text Font Color

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

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


#dabaaa Background Color

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

This div background color is #dabaaa


#dabaaa Border Color

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

This div border color is #dabaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaaa


Comments

No comments written yet.

Please login to write comment.