Color Hex Logo

#dbaeab Color Hex

#DBAEAB
(219,174,171)
0 Favorites   0 Comments

Color spaces of #dbaeab

RGB 219174171
HSL0.010.400.76
HSV22°86°
CMYK 0.000.210.22   0.14
XYZ51.700248.272445.1207
Yxy48.27240.35630.3327
Hunter Lab69.478311.238310.1307
CIE-Lab74.996415.92557.7820

#dbaeab color RGB value is (219,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10101011
Octal 333 256 253
Decimal 219 174 171
Hex DB AE AB

RGB Percentages of Color #dbaeab

%38.83
%30.85
%30.32

CMYK Percentages of Color #dbaeab

%0
%21
%22
%14

Triadic Colors of #dbaeab

#dbaeab #abdbae #aeabdb

Analogous Colors of #dbaeab

#dbaeab #dbc6ab #dbabc0

Monochromatic Colors of #dbaeab

#dbaeab

Complementary Color

#dbaeab #abd8db

#dbaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeab Color CSS Codes

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

#dbaeab Text Font Color

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

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


#dbaeab Background Color

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

This div background color is #dbaeab


#dbaeab Border Color

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

This div border color is #dbaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeab


Comments

No comments written yet.

Please login to write comment.