Color Hex Logo

#dbbfab Color Hex

#DBBFAB
(219,191,171)
0 Favorites   0 Comments

Color spaces of #dbbfab

RGB 219191171
HSL0.070.400.76
HSV25°22°86°
CMYK 0.000.130.22   0.14
XYZ55.194955.261946.2856
Yxy55.26190.35210.3526
Hunter Lab74.33832.441015.1209
CIE-Lab79.19196.838213.7433

#dbbfab color RGB value is (219,191,171).

#dbbfab hex color red value is 219, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dbbfab hue: 0.07 , saturation: 0.40 and the lightness value of dbbfab is 0.76.

The process color (four color CMYK) of #dbbfab color hex is 0.00, 0.13, 0.22, 0.14. Web safe color of #dbbfab is #cccc99. Color #dbbfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 10101011
Octal 333 277 253
Decimal 219 191 171
Hex DB BF AB

RGB Percentages of Color #dbbfab

%37.69
%32.87
%29.43

CMYK Percentages of Color #dbbfab

%0
%13
%22
%14

Triadic Colors of #dbbfab

#dbbfab #abdbbf #bfabdb

Analogous Colors of #dbbfab

#dbbfab #dbd7ab #dbabaf

Monochromatic Colors of #dbbfab

#dbbfab

Complementary Color

#dbbfab #abc7db

#dbbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfab Color CSS Codes

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

#dbbfab Text Font Color

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

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


#dbbfab Background Color

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

This div background color is #dbbfab


#dbbfab Border Color

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

This div border color is #dbbfab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,191,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbbfab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbbfab;
  -webkit-box-shadow: 1px 1px 3px 2px #dbbfab;
  box-shadow:         1px 1px 3px 2px #dbbfab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,191,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfab


Comments

No comments written yet.

Please login to write comment.