Color Hex Logo

#dbaa98 Color Hex

#DBAA98
(219,170,152)
0 Favorites   0 Comments

Color spaces of #dbaa98

RGB 219170152
HSL0.040.480.73
HSV16°31°86°
CMYK 0.000.220.31   0.14
XYZ49.255646.076536.0034
Yxy46.07650.37500.3508
Hunter Lab67.879710.735716.0683
CIE-Lab73.595115.428216.1737

#dbaa98 color RGB value is (219,170,152).

#dbaa98 hex color red value is 219, green value is 170 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dbaa98 hue: 0.04 , saturation: 0.48 and the lightness value of dbaa98 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10011000
Octal 333 252 230
Decimal 219 170 152
Hex DB AA 98

RGB Percentages of Color #dbaa98

%40.48
%31.42
%28.10

CMYK Percentages of Color #dbaa98

%0
%22
%31
%14

Triadic Colors of #dbaa98

#dbaa98 #98dbaa #aa98db

Analogous Colors of #dbaa98

#dbaa98 #dbcc98 #db98a8

Monochromatic Colors of #dbaa98

#dbaa98

Complementary Color

#dbaa98 #98c9db

#dbaa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa98 Color CSS Codes

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

#dbaa98 Text Font Color

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

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


#dbaa98 Background Color

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

This div background color is #dbaa98


#dbaa98 Border Color

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

This div border color is #dbaa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa98


Comments

No comments written yet.

Please login to write comment.