Color Hex Logo

#dbaf4e Color Hex

#DBAF4E
(219,175,78)
0 Favorites   0 Comments

Color spaces of #dbaf4e

RGB 21917578
HSL0.110.660.58
HSV41°64°86°
CMYK 0.000.200.64   0.14
XYZ45.918546.270113.7186
Yxy46.27010.43360.4369
Hunter Lab68.02211.458135.6580
CIE-Lab73.72055.605354.4261

#dbaf4e color RGB value is (219,175,78).

#dbaf4e hex color red value is 219, green value is 175 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dbaf4e hue: 0.11 , saturation: 0.66 and the lightness value of dbaf4e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01001110
Octal 333 257 116
Decimal 219 175 78
Hex DB AF 4E

RGB Percentages of Color #dbaf4e

%46.40
%37.08
%16.53

CMYK Percentages of Color #dbaf4e

%0
%20
%64
%14

Triadic Colors of #dbaf4e

#dbaf4e #4edbaf #af4edb

Analogous Colors of #dbaf4e

#dbaf4e #c1db4e #db694e

Monochromatic Colors of #dbaf4e

#dbaf4e

Complementary Color

#dbaf4e #4e7adb

#dbaf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf4e Color CSS Codes

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

#dbaf4e Text Font Color

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

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


#dbaf4e Background Color

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

This div background color is #dbaf4e


#dbaf4e Border Color

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

This div border color is #dbaf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf4e


Comments

No comments written yet.

Please login to write comment.