Color Hex Logo

#dbaf92 Color Hex

#DBAF92
(219,175,146)
0 Favorites   0 Comments

Color spaces of #dbaf92

RGB 219175146
HSL0.070.500.72
HSV24°33°86°
CMYK 0.000.200.33   0.14
XYZ49.731747.795333.7984
Yxy47.79530.37870.3639
Hunter Lab69.13417.419419.4081
CIE-Lab74.695611.974620.9541

#dbaf92 color RGB value is (219,175,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10010010
Octal 333 257 222
Decimal 219 175 146
Hex DB AF 92

RGB Percentages of Color #dbaf92

%40.56
%32.41
%27.04

CMYK Percentages of Color #dbaf92

%0
%20
%33
%14

Triadic Colors of #dbaf92

#dbaf92 #92dbaf #af92db

Analogous Colors of #dbaf92

#dbaf92 #dbd492 #db929a

Monochromatic Colors of #dbaf92

#dbaf92

Complementary Color

#dbaf92 #92bedb

#dbaf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf92 Color CSS Codes

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

#dbaf92 Text Font Color

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

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


#dbaf92 Background Color

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

This div background color is #dbaf92


#dbaf92 Border Color

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

This div border color is #dbaf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf92

#dbaf92 Color Palettes


Comments

No comments written yet.

Please login to write comment.