color codes Logo

#dabb97 color codes

#DABB97
(218,187,151)
0 Favorites   0 Comments

Color spaces of #dabb97

RGB 218187151
HSL0.090.480.72
HSV32°31°85°
CMYK 0.000.140.31   0.15
XYZ52.269752.680436.6916
Yxy52.68040.36900.3719
Hunter Lab72.58131.530320.8343
CIE-Lab77.68595.825922.3511

#dabb97 color RGB value is (218,187,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10010111
Octal 332 273 227
Decimal 218 187 151
Hex DA BB 97

RGB Percentages of Color #dabb97

%39.21
%33.63
%27.16

CMYK Percentages of Color #dabb97

%0
%14
%31
%15

Triadic Colors of #dabb97

#dabb97 #97dabb #bb97da

Analogous Colors of #dabb97

#dabb97 #d8da97 #da9a97

Monochromatic Colors of #dabb97

#dabb97

Complementary Color

#dabb97 #97b6da

#dabb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb97 Color CSS Codes

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

#dabb97 Text Font Color

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

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


#dabb97 Background Color

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

This div background color is #dabb97


#dabb97 Border Color

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

This div border color is #dabb97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,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 #dabb97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb97


Comments

No comments written yet.

Please login to write comment.