Color Hex Logo

#dbaea6 Color Hex

#DBAEA6
(219,174,166)
0 Favorites   0 Comments

Color spaces of #dbaea6

RGB 219174166
HSL0.030.420.75
HSV24°86°
CMYK 0.000.210.24   0.14
XYZ51.232448.085342.6576
Yxy48.08530.36090.3387
Hunter Lab69.343610.528112.0675
CIE-Lab74.878715.198110.3432

#dbaea6 color RGB value is (219,174,166).

#dbaea6 hex color red value is 219, green value is 174 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dbaea6 hue: 0.03 , saturation: 0.42 and the lightness value of dbaea6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10100110
Octal 333 256 246
Decimal 219 174 166
Hex DB AE A6

RGB Percentages of Color #dbaea6

%39.18
%31.13
%29.70

CMYK Percentages of Color #dbaea6

%0
%21
%24
%14

Triadic Colors of #dbaea6

#dbaea6 #a6dbae #aea6db

Analogous Colors of #dbaea6

#dbaea6 #dbc9a6 #dba6b9

Monochromatic Colors of #dbaea6

#dbaea6

Complementary Color

#dbaea6 #a6d3db

#dbaea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaea6 Color CSS Codes

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

#dbaea6 Text Font Color

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

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


#dbaea6 Background Color

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

This div background color is #dbaea6


#dbaea6 Border Color

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

This div border color is #dbaea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaea6


Comments

No comments written yet.

Please login to write comment.