Color Hex Logo

#dbaea9 Color Hex

#DBAEA9
(219,174,169)
0 Favorites   0 Comments

Color spaces of #dbaea9

RGB 219174169
HSL0.020.410.76
HSV23°86°
CMYK 0.000.210.23   0.14
XYZ51.510948.196744.1241
Yxy48.19670.35810.3351
Hunter Lab69.423810.951210.9134
CIE-Lab74.948815.63188.8060

#dbaea9 color RGB value is (219,174,169).

#dbaea9 hex color red value is 219, green value is 174 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dbaea9 hue: 0.02 , saturation: 0.41 and the lightness value of dbaea9 is 0.76.

The process color (four color CMYK) of #dbaea9 color hex is 0.00, 0.21, 0.23, 0.14. Web safe color of #dbaea9 is #cc9999. Color #dbaea9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10101001
Octal 333 256 251
Decimal 219 174 169
Hex DB AE A9

RGB Percentages of Color #dbaea9

%38.97
%30.96
%30.07

CMYK Percentages of Color #dbaea9

%0
%21
%23
%14

Triadic Colors of #dbaea9

#dbaea9 #a9dbae #aea9db

Analogous Colors of #dbaea9

#dbaea9 #dbc7a9 #dba9bd

Monochromatic Colors of #dbaea9

#dbaea9

Complementary Color

#dbaea9 #a9d6db

#dbaea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaea9 Color CSS Codes

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

#dbaea9 Text Font Color

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

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


#dbaea9 Background Color

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

This div background color is #dbaea9


#dbaea9 Border Color

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

This div border color is #dbaea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaea9


Comments

No comments written yet.

Please login to write comment.