Color Hex Logo

#db998a Color Hex

#DB998A
(219,153,138)
0 Favorites   0 Comments

Color spaces of #db998a

RGB 219153138
HSL0.030.530.70
HSV11°37°86°
CMYK 0.000.300.37   0.14
XYZ45.192139.677529.3214
Yxy39.67750.39580.3475
Hunter Lab62.990117.831816.4940
CIE-Lab69.239222.841217.8110

#db998a color RGB value is (219,153,138).

#db998a hex color red value is 219, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #db998a hue: 0.03 , saturation: 0.53 and the lightness value of db998a is 0.70.

The process color (four color CMYK) of #db998a color hex is 0.00, 0.30, 0.37, 0.14. Web safe color of #db998a is #cc9999. Color #db998a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 10001010
Octal 333 231 212
Decimal 219 153 138
Hex DB 99 8A

RGB Percentages of Color #db998a

%42.94
%30.00
%27.06

CMYK Percentages of Color #db998a

%0
%30
%37
%14

Triadic Colors of #db998a

#db998a #8adb99 #998adb

Analogous Colors of #db998a

#db998a #dbc28a #db8aa4

Monochromatic Colors of #db998a

#db998a

Complementary Color

#db998a #8accdb

#db998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db998a Color CSS Codes

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

#db998a Text Font Color

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

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


#db998a Background Color

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

This div background color is #db998a


#db998a Border Color

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

This div border color is #db998a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db998a


Comments

No comments written yet.

Please login to write comment.