Color Hex Logo

#dbaa95 Color Hex

#DBAA95
(219,170,149)
0 Favorites   0 Comments

Color spaces of #dbaa95

RGB 219170149
HSL0.050.490.72
HSV18°32°86°
CMYK 0.000.220.32   0.14
XYZ49.013045.979434.7254
Yxy45.97940.37780.3545
Hunter Lab67.808110.359017.1025
CIE-Lab73.532215.039317.7212

#dbaa95 color RGB value is (219,170,149).

#dbaa95 hex color red value is 219, green value is 170 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dbaa95 hue: 0.05 , saturation: 0.49 and the lightness value of dbaa95 is 0.72.

The process color (four color CMYK) of #dbaa95 color hex is 0.00, 0.22, 0.32, 0.14. Web safe color of #dbaa95 is #cc9999. Color #dbaa95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10010101
Octal 333 252 225
Decimal 219 170 149
Hex DB AA 95

RGB Percentages of Color #dbaa95

%40.71
%31.60
%27.70

CMYK Percentages of Color #dbaa95

%0
%22
%32
%14

Triadic Colors of #dbaa95

#dbaa95 #95dbaa #aa95db

Analogous Colors of #dbaa95

#dbaa95 #dbcd95 #db95a3

Monochromatic Colors of #dbaa95

#dbaa95

Complementary Color

#dbaa95 #95c6db

#dbaa95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa95 Color CSS Codes

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

#dbaa95 Text Font Color

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

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


#dbaa95 Background Color

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

This div background color is #dbaa95


#dbaa95 Border Color

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

This div border color is #dbaa95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa95


Comments

No comments written yet.

Please login to write comment.