Color Hex Logo

#dbaf7f Color Hex

#DBAF7F
(219,175,127)
0 Favorites   0 Comments

Color spaces of #dbaf7f

RGB 219175127
HSL0.090.560.68
HSV31°42°86°
CMYK 0.000.200.42   0.14
XYZ48.374247.252326.6497
Yxy47.25230.39560.3864
Hunter Lab68.74035.319225.1323
CIE-Lab74.35099.760930.6725

#dbaf7f color RGB value is (219,175,127).

#dbaf7f hex color red value is 219, green value is 175 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dbaf7f hue: 0.09 , saturation: 0.56 and the lightness value of dbaf7f is 0.68.

The process color (four color CMYK) of #dbaf7f color hex is 0.00, 0.20, 0.42, 0.14. Web safe color of #dbaf7f is #cc9966. Color #dbaf7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01111111
Octal 333 257 177
Decimal 219 175 127
Hex DB AF 7F

RGB Percentages of Color #dbaf7f

%42.03
%33.59
%24.38

CMYK Percentages of Color #dbaf7f

%0
%20
%42
%14

Triadic Colors of #dbaf7f

#dbaf7f #7fdbaf #af7fdb

Analogous Colors of #dbaf7f

#dbaf7f #d9db7f #db817f

Monochromatic Colors of #dbaf7f

#dbaf7f

Complementary Color

#dbaf7f #7fabdb

#dbaf7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf7f Color CSS Codes

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

#dbaf7f Text Font Color

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

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


#dbaf7f Background Color

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

This div background color is #dbaf7f


#dbaf7f Border Color

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

This div border color is #dbaf7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf7f


Comments

No comments written yet.

Please login to write comment.