Color Hex Logo

#dabaa0 Color Hex

#DABAA0
(218,186,160)
0 Favorites   0 Comments

Color spaces of #dabaa0

RGB 218186160
HSL0.070.440.74
HSV27°27°85°
CMYK 0.000.150.27   0.15
XYZ52.817552.561340.6193
Yxy52.56130.36180.3600
Hunter Lab72.49923.168317.5309
CIE-Lab77.61537.556617.4305

#dabaa0 color RGB value is (218,186,160).

#dabaa0 hex color red value is 218, green value is 186 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dabaa0 hue: 0.07 , saturation: 0.44 and the lightness value of dabaa0 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10100000
Octal 332 272 240
Decimal 218 186 160
Hex DA BA A0

RGB Percentages of Color #dabaa0

%38.65
%32.98
%28.37

CMYK Percentages of Color #dabaa0

%0
%15
%27
%15

Triadic Colors of #dabaa0

#dabaa0 #a0daba #baa0da

Analogous Colors of #dabaa0

#dabaa0 #dad7a0 #daa0a3

Monochromatic Colors of #dabaa0

#dabaa0

Complementary Color

#dabaa0 #a0c0da

#dabaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaa0 Color CSS Codes

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

#dabaa0 Text Font Color

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

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


#dabaa0 Background Color

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

This div background color is #dabaa0


#dabaa0 Border Color

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

This div border color is #dabaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaa0


Comments

No comments written yet.

Please login to write comment.