Color Hex Logo

#dbaf88 Color Hex

#DBAF88
(219,175,136)
0 Favorites   0 Comments

Color spaces of #dbaf88

RGB 219175136
HSL0.080.540.70
HSV28°38°86°
CMYK 0.000.200.38   0.14
XYZ48.987347.497629.8786
Yxy47.49760.38770.3759
Hunter Lab68.91856.270522.5386
CIE-Lab74.506910.767626.0804

#dbaf88 color RGB value is (219,175,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10001000
Octal 333 257 210
Decimal 219 175 136
Hex DB AF 88

RGB Percentages of Color #dbaf88

%41.32
%33.02
%25.66

CMYK Percentages of Color #dbaf88

%0
%20
%38
%14

Triadic Colors of #dbaf88

#dbaf88 #88dbaf #af88db

Analogous Colors of #dbaf88

#dbaf88 #dbd988 #db888b

Monochromatic Colors of #dbaf88

#dbaf88

Complementary Color

#dbaf88 #88b4db

#dbaf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf88 Color CSS Codes

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

#dbaf88 Text Font Color

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

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


#dbaf88 Background Color

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

This div background color is #dbaf88


#dbaf88 Border Color

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

This div border color is #dbaf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf88


Comments

No comments written yet.

Please login to write comment.