Color Hex Logo

#dbaf86 Color Hex

#DBAF86
(219,175,134)
0 Favorites   0 Comments

Color spaces of #dbaf86

RGB 219175134
HSL0.080.540.69
HSV29°39°86°
CMYK 0.000.200.39   0.14
XYZ48.846547.441229.1368
Yxy47.44120.38940.3782
Hunter Lab68.87766.052623.1333
CIE-Lab74.471110.537627.1032

#dbaf86 color RGB value is (219,175,134).

#dbaf86 hex color red value is 219, green value is 175 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbaf86 hue: 0.08 , saturation: 0.54 and the lightness value of dbaf86 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10000110
Octal 333 257 206
Decimal 219 175 134
Hex DB AF 86

RGB Percentages of Color #dbaf86

%41.48
%33.14
%25.38

CMYK Percentages of Color #dbaf86

%0
%20
%39
%14

Triadic Colors of #dbaf86

#dbaf86 #86dbaf #af86db

Analogous Colors of #dbaf86

#dbaf86 #dbda86 #db8688

Monochromatic Colors of #dbaf86

#dbaf86

Complementary Color

#dbaf86 #86b2db

#dbaf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf86 Color CSS Codes

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

#dbaf86 Text Font Color

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

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


#dbaf86 Background Color

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

This div background color is #dbaf86


#dbaf86 Border Color

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

This div border color is #dbaf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf86


Comments

No comments written yet.

Please login to write comment.