Color Hex Logo

#dbaf9a Color Hex

#DBAF9A
(219,175,154)
0 Favorites   0 Comments

Color spaces of #dbaf9a

RGB 219175154
HSL0.050.470.73
HSV19°30°86°
CMYK 0.000.200.30   0.14
XYZ50.376148.053137.1919
Yxy48.05310.37140.3543
Hunter Lab69.32038.407916.7138
CIE-Lab74.858413.005716.8463

#dbaf9a color RGB value is (219,175,154).

#dbaf9a hex color red value is 219, green value is 175 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dbaf9a hue: 0.05 , saturation: 0.47 and the lightness value of dbaf9a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10011010
Octal 333 257 232
Decimal 219 175 154
Hex DB AF 9A

RGB Percentages of Color #dbaf9a

%39.96
%31.93
%28.10

CMYK Percentages of Color #dbaf9a

%0
%20
%30
%14

Triadic Colors of #dbaf9a

#dbaf9a #9adbaf #af9adb

Analogous Colors of #dbaf9a

#dbaf9a #dbd09a #db9aa6

Monochromatic Colors of #dbaf9a

#dbaf9a

Complementary Color

#dbaf9a #9ac6db

#dbaf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf9a Color CSS Codes

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

#dbaf9a Text Font Color

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

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


#dbaf9a Background Color

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

This div background color is #dbaf9a


#dbaf9a Border Color

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

This div border color is #dbaf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf9a


Comments

No comments written yet.

Please login to write comment.