Color Hex Logo

#dabc9a Color Hex

#DABC9A
(218,188,154)
0 Favorites   0 Comments

Color spaces of #dabc9a

RGB 218188154
HSL0.090.460.73
HSV32°29°85°
CMYK 0.000.140.29   0.15
XYZ52.729453.205038.0623
Yxy53.20500.36620.3695
Hunter Lab72.94181.389120.1207
CIE-Lab77.99595.687321.1735

#dabc9a color RGB value is (218,188,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10011010
Octal 332 274 232
Decimal 218 188 154
Hex DA BC 9A

RGB Percentages of Color #dabc9a

%38.93
%33.57
%27.50

CMYK Percentages of Color #dabc9a

%0
%14
%29
%15

Triadic Colors of #dabc9a

#dabc9a #9adabc #bc9ada

Analogous Colors of #dabc9a

#dabc9a #d8da9a #da9c9a

Monochromatic Colors of #dabc9a

#dabc9a

Complementary Color

#dabc9a #9ab8da

#dabc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc9a Color CSS Codes

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

#dabc9a Text Font Color

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

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


#dabc9a Background Color

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

This div background color is #dabc9a


#dabc9a Border Color

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

This div border color is #dabc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc9a


Comments

No comments written yet.

Please login to write comment.