Color Hex Logo

#dabc97 Color Hex

#DABC97
(218,188,151)
0 Favorites   0 Comments

Color spaces of #dabc97

RGB 218188151
HSL0.090.480.72
HSV33°31°85°
CMYK 0.000.140.31   0.15
XYZ52.482653.106236.7626
Yxy53.10620.36870.3731
Hunter Lab72.87401.023121.1019
CIE-Lab77.93775.296322.6954

#dabc97 color RGB value is (218,188,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10010111
Octal 332 274 227
Decimal 218 188 151
Hex DA BC 97

RGB Percentages of Color #dabc97

%39.14
%33.75
%27.11

CMYK Percentages of Color #dabc97

%0
%14
%31
%15

Triadic Colors of #dabc97

#dabc97 #97dabc #bc97da

Analogous Colors of #dabc97

#dabc97 #d7da97 #da9b97

Monochromatic Colors of #dabc97

#dabc97

Complementary Color

#dabc97 #97b5da

#dabc97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc97 Color CSS Codes

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

#dabc97 Text Font Color

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

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


#dabc97 Background Color

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

This div background color is #dabc97


#dabc97 Border Color

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

This div border color is #dabc97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc97


Comments

No comments written yet.

Please login to write comment.