Color Hex Logo

#dba098 Color Hex

#DBA098
(219,160,152)
0 Favorites   0 Comments

Color spaces of #dba098

RGB 219160152
HSL0.020.480.73
HSV31°86°
CMYK 0.000.270.31   0.14
XYZ47.451742.468735.4021
Yxy42.46870.37860.3389
Hunter Lab65.168015.929713.4087
CIE-Lab71.192920.819012.8061

#dba098 color RGB value is (219,160,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 10011000
Octal 333 240 230
Decimal 219 160 152
Hex DB A0 98

RGB Percentages of Color #dba098

%41.24
%30.13
%28.63

CMYK Percentages of Color #dba098

%0
%27
%31
%14

Triadic Colors of #dba098

#dba098 #98dba0 #a098db

Analogous Colors of #dba098

#dba098 #dbc298 #db98b2

Monochromatic Colors of #dba098

#dba098

Complementary Color

#dba098 #98d3db

#dba098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba098 Color CSS Codes

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

#dba098 Text Font Color

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

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


#dba098 Background Color

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

This div background color is #dba098


#dba098 Border Color

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

This div border color is #dba098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,160,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 #dba098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba098


Comments

No comments written yet.

Please login to write comment.