Color Hex Logo

#dabbb9 Color Hex

#DABBB9
(218,187,185)
0 Favorites   0 Comments

Color spaces of #dabbb9

RGB 218187185
HSL0.010.310.79
HSV15°85°
CMYK 0.000.140.15   0.15
XYZ55.440753.948953.3901
Yxy53.94890.34060.3314
Hunter Lab73.44996.19628.3176
CIE-Lab78.431910.73225.1021

#dabbb9 color RGB value is (218,187,185).

#dabbb9 hex color red value is 218, green value is 187 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dabbb9 hue: 0.01 , saturation: 0.31 and the lightness value of dabbb9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10111001
Octal 332 273 271
Decimal 218 187 185
Hex DA BB B9

RGB Percentages of Color #dabbb9

%36.95
%31.69
%31.36

CMYK Percentages of Color #dabbb9

%0
%14
%15
%15

Triadic Colors of #dabbb9

#dabbb9 #b9dabb #bbb9da

Analogous Colors of #dabbb9

#dabbb9 #daccb9 #dab9c8

Monochromatic Colors of #dabbb9

#dabbb9

Complementary Color

#dabbb9 #b9d8da

#dabbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbb9 Color CSS Codes

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

#dabbb9 Text Font Color

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

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


#dabbb9 Background Color

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

This div background color is #dabbb9


#dabbb9 Border Color

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

This div border color is #dabbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbb9


Comments

No comments written yet.

Please login to write comment.