Color Hex Logo

#dbabab Color Hex

#DBABAB
(219,171,171)
0 Favorites   0 Comments

Color spaces of #dbabab

RGB 219171171
HSL0.000.400.76
HSV22°86°
CMYK 0.000.220.22   0.14
XYZ51.127047.126244.9297
Yxy47.12620.35710.3291
Hunter Lab68.648512.80569.2493
CIE-Lab74.270417.54076.7410

#dbabab color RGB value is (219,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 10101011
Octal 333 253 253
Decimal 219 171 171
Hex DB AB AB

RGB Percentages of Color #dbabab

%39.04
%30.48
%30.48

CMYK Percentages of Color #dbabab

%0
%22
%22
%14

Triadic Colors of #dbabab

#dbabab #abdbab #ababdb

Analogous Colors of #dbabab

#dbabab #dbc3ab #dbabc3

Monochromatic Colors of #dbabab

#dbabab

Complementary Color

#dbabab #abdbdb

#dbabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabab Color CSS Codes

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

#dbabab Text Font Color

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

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


#dbabab Background Color

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

This div background color is #dbabab


#dbabab Border Color

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

This div border color is #dbabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabab


Comments

No comments written yet.

Please login to write comment.