Color Hex Logo

#dbaf84 Color Hex

#DBAF84
(219,175,132)
0 Favorites   0 Comments

Color spaces of #dbaf84

RGB 219175132
HSL0.080.550.69
HSV30°40°86°
CMYK 0.000.200.40   0.14
XYZ48.708247.386028.4090
Yxy47.38600.39120.3806
Hunter Lab68.83755.837923.7175
CIE-Lab74.436010.310628.1248

#dbaf84 color RGB value is (219,175,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10000100
Octal 333 257 204
Decimal 219 175 132
Hex DB AF 84

RGB Percentages of Color #dbaf84

%41.63
%33.27
%25.10

CMYK Percentages of Color #dbaf84

%0
%20
%40
%14

Triadic Colors of #dbaf84

#dbaf84 #84dbaf #af84db

Analogous Colors of #dbaf84

#dbaf84 #dbdb84 #db8485

Monochromatic Colors of #dbaf84

#dbaf84

Complementary Color

#dbaf84 #84b0db

#dbaf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf84 Color CSS Codes

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

#dbaf84 Text Font Color

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

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


#dbaf84 Background Color

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

This div background color is #dbaf84


#dbaf84 Border Color

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

This div border color is #dbaf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf84


Comments

No comments written yet.

Please login to write comment.