Color Hex Logo

#dbaf82 Color Hex

#DBAF82
(219,175,130)
0 Favorites   0 Comments

Color spaces of #dbaf82

RGB 219175130
HSL0.080.550.68
HSV30°41°86°
CMYK 0.000.200.41   0.14
XYZ48.572747.331727.6950
Yxy47.33170.39300.3829
Hunter Lab68.79805.627824.2911
CIE-Lab74.401410.088129.1450

#dbaf82 color RGB value is (219,175,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10000010
Octal 333 257 202
Decimal 219 175 130
Hex DB AF 82

RGB Percentages of Color #dbaf82

%41.79
%33.40
%24.81

CMYK Percentages of Color #dbaf82

%0
%20
%41
%14

Triadic Colors of #dbaf82

#dbaf82 #82dbaf #af82db

Analogous Colors of #dbaf82

#dbaf82 #dbdb82 #db8382

Monochromatic Colors of #dbaf82

#dbaf82

Complementary Color

#dbaf82 #82aedb

#dbaf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf82 Color CSS Codes

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

#dbaf82 Text Font Color

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

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


#dbaf82 Background Color

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

This div background color is #dbaf82


#dbaf82 Border Color

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

This div border color is #dbaf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf82


Comments

No comments written yet.

Please login to write comment.