Color Hex Logo

#dbaf89 Color Hex

#DBAF89
(219,175,137)
0 Favorites   0 Comments

Color spaces of #dbaf89

RGB 219175137
HSL0.080.530.70
HSV28°37°86°
CMYK 0.000.200.37   0.14
XYZ49.058747.526230.2547
Yxy47.52620.38680.3747
Hunter Lab68.93926.380922.2374
CIE-Lab74.525110.883925.5686

#dbaf89 color RGB value is (219,175,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10001001
Octal 333 257 211
Decimal 219 175 137
Hex DB AF 89

RGB Percentages of Color #dbaf89

%41.24
%32.96
%25.80

CMYK Percentages of Color #dbaf89

%0
%20
%37
%14

Triadic Colors of #dbaf89

#dbaf89 #89dbaf #af89db

Analogous Colors of #dbaf89

#dbaf89 #dbd889 #db898c

Monochromatic Colors of #dbaf89

#dbaf89

Complementary Color

#dbaf89 #89b5db

#dbaf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf89 Color CSS Codes

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

#dbaf89 Text Font Color

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

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


#dbaf89 Background Color

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

This div background color is #dbaf89


#dbaf89 Border Color

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

This div border color is #dbaf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf89


Comments

No comments written yet.

Please login to write comment.