Color Hex Logo

#dbbaae Color Hex

#DBBAAE
(219,186,174)
0 Favorites   0 Comments

Color spaces of #dbbaae

RGB 219186174
HSL0.040.380.77
HSV16°21°86°
CMYK 0.000.150.21   0.14
XYZ54.412353.233947.4517
Yxy53.23390.35080.3432
Hunter Lab72.96165.436612.5129
CIE-Lab78.01299.939110.4581

#dbbaae color RGB value is (219,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 10101110
Octal 333 272 256
Decimal 219 186 174
Hex DB BA AE

RGB Percentages of Color #dbbaae

%37.82
%32.12
%30.05

CMYK Percentages of Color #dbbaae

%0
%15
%21
%14

Triadic Colors of #dbbaae

#dbbaae #aedbba #baaedb

Analogous Colors of #dbbaae

#dbbaae #dbd1ae #dbaeb9

Monochromatic Colors of #dbbaae

#dbbaae

Complementary Color

#dbbaae #aecfdb

#dbbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbaae Color CSS Codes

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

#dbbaae Text Font Color

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

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


#dbbaae Background Color

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

This div background color is #dbbaae


#dbbaae Border Color

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

This div border color is #dbbaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,186,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 #dbbaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbaae


Comments

No comments written yet.

Please login to write comment.