Color Hex Logo

#dbafab Color Hex

#DBAFAB
(219,175,171)
0 Favorites   0 Comments

Color spaces of #dbafab

RGB 219175171
HSL0.010.400.76
HSV22°86°
CMYK 0.000.200.22   0.14
XYZ51.894148.660345.1853
Yxy48.66030.35610.3339
Hunter Lab69.756910.716410.4245
CIE-Lab75.239515.38738.1300

#dbafab color RGB value is (219,175,171).

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

The process color (four color CMYK) of #dbafab color hex is 0.00, 0.20, 0.22, 0.14. Web safe color of #dbafab is #cc9999. Color #dbafab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10101011
Octal 333 257 253
Decimal 219 175 171
Hex DB AF AB

RGB Percentages of Color #dbafab

%38.76
%30.97
%30.27

CMYK Percentages of Color #dbafab

%0
%20
%22
%14

Triadic Colors of #dbafab

#dbafab #abdbaf #afabdb

Analogous Colors of #dbafab

#dbafab #dbc7ab #dbabbf

Monochromatic Colors of #dbafab

#dbafab

Complementary Color

#dbafab #abd7db

#dbafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafab Color CSS Codes

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

#dbafab Text Font Color

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

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


#dbafab Background Color

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

This div background color is #dbafab


#dbafab Border Color

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

This div border color is #dbafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafab


Comments

No comments written yet.

Please login to write comment.