Color Hex Logo

#dbafa9 Color Hex

#DBAFA9
(219,175,169)
0 Favorites   0 Comments

Color spaces of #dbafa9

RGB 219175169
HSL0.020.410.76
HSV23°86°
CMYK 0.000.200.23   0.14
XYZ51.704848.584644.1887
Yxy48.58460.35790.3363
Hunter Lab69.702710.430011.2044
CIE-Lab75.192215.09389.1533

#dbafa9 color RGB value is (219,175,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10101001
Octal 333 257 251
Decimal 219 175 169
Hex DB AF A9

RGB Percentages of Color #dbafa9

%38.90
%31.08
%30.02

CMYK Percentages of Color #dbafa9

%0
%20
%23
%14

Triadic Colors of #dbafa9

#dbafa9 #a9dbaf #afa9db

Analogous Colors of #dbafa9

#dbafa9 #dbc8a9 #dba9bc

Monochromatic Colors of #dbafa9

#dbafa9

Complementary Color

#dbafa9 #a9d5db

#dbafa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafa9 Color CSS Codes

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

#dbafa9 Text Font Color

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

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


#dbafa9 Background Color

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

This div background color is #dbafa9


#dbafa9 Border Color

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

This div border color is #dbafa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafa9


Comments

No comments written yet.

Please login to write comment.