Color Hex Logo

#dbacae Color Hex

#DBACAE
(219,172,174)
0 Favorites   0 Comments

Color spaces of #dbacae

RGB 219172174
HSL0.990.390.77
HSV357°21°86°
CMYK 0.000.210.21   0.14
XYZ51.605947.621146.5163
Yxy47.62110.35410.3267
Hunter Lab69.008012.72268.3400
CIE-Lab74.585317.44915.5515

#dbacae color RGB value is (219,172,174).

#dbacae hex color red value is 219, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dbacae hue: 0.99 , saturation: 0.39 and the lightness value of dbacae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10101110
Octal 333 254 256
Decimal 219 172 174
Hex DB AC AE

RGB Percentages of Color #dbacae

%38.76
%30.44
%30.80

CMYK Percentages of Color #dbacae

%0
%21
%21
%14

Triadic Colors of #dbacae

#dbacae #aedbac #acaedb

Analogous Colors of #dbacae

#dbacae #dbc2ac #dbacc6

Monochromatic Colors of #dbacae

#dbacae

Complementary Color

#dbacae #acdbd9

#dbacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacae Color CSS Codes

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

#dbacae Text Font Color

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

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


#dbacae Background Color

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

This div background color is #dbacae


#dbacae Border Color

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

This div border color is #dbacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacae


Comments

No comments written yet.

Please login to write comment.