Color Hex Logo

#dbaf93 Color Hex

#DBAF93
(219,175,147)
0 Favorites   0 Comments

Color spaces of #dbaf93

RGB 219175147
HSL0.060.500.72
HSV23°33°86°
CMYK 0.000.200.33   0.14
XYZ49.809847.826634.2100
Yxy47.82660.37780.3627
Hunter Lab69.15687.539319.0806
CIE-Lab74.715412.100120.4407

#dbaf93 color RGB value is (219,175,147).

#dbaf93 hex color red value is 219, green value is 175 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dbaf93 hue: 0.06 , saturation: 0.50 and the lightness value of dbaf93 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10010011
Octal 333 257 223
Decimal 219 175 147
Hex DB AF 93

RGB Percentages of Color #dbaf93

%40.48
%32.35
%27.17

CMYK Percentages of Color #dbaf93

%0
%20
%33
%14

Triadic Colors of #dbaf93

#dbaf93 #93dbaf #af93db

Analogous Colors of #dbaf93

#dbaf93 #dbd393 #db939b

Monochromatic Colors of #dbaf93

#dbaf93

Complementary Color

#dbaf93 #93bfdb

#dbaf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf93 Color CSS Codes

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

#dbaf93 Text Font Color

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

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


#dbaf93 Background Color

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

This div background color is #dbaf93


#dbaf93 Border Color

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

This div border color is #dbaf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf93


Comments

No comments written yet.

Please login to write comment.