Color Hex Logo

#dba18e Color Hex

#DBA18E
(219,161,142)
0 Favorites   0 Comments

Color spaces of #dba18e

RGB 219161142
HSL0.040.520.71
HSV15°35°86°
CMYK 0.000.260.35   0.14
XYZ46.840842.502831.3263
Yxy42.50280.38820.3522
Hunter Lab65.194214.159117.1466
CIE-Lab71.216219.008918.3406

#dba18e color RGB value is (219,161,142).

#dba18e hex color red value is 219, green value is 161 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dba18e hue: 0.04 , saturation: 0.52 and the lightness value of dba18e is 0.71.

The process color (four color CMYK) of #dba18e color hex is 0.00, 0.26, 0.35, 0.14. Web safe color of #dba18e is #cc9999. Color #dba18e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 10001110
Octal 333 241 216
Decimal 219 161 142
Hex DB A1 8E

RGB Percentages of Color #dba18e

%41.95
%30.84
%27.20

CMYK Percentages of Color #dba18e

%0
%26
%35
%14

Triadic Colors of #dba18e

#dba18e #8edba1 #a18edb

Analogous Colors of #dba18e

#dba18e #dbc88e #db8ea2

Monochromatic Colors of #dba18e

#dba18e

Complementary Color

#dba18e #8ec8db

#dba18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba18e Color CSS Codes

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

#dba18e Text Font Color

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

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


#dba18e Background Color

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

This div background color is #dba18e


#dba18e Border Color

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

This div border color is #dba18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba18e


Comments

No comments written yet.

Please login to write comment.