Color Hex Logo

#dbaabe Color Hex

#DBAABE
(219,170,190)
0 Favorites   0 Comments

Color spaces of #dbaabe

RGB 219170190
HSL0.930.400.76
HSV336°22°86°
CMYK 0.000.220.13   0.14
XYZ52.882447.527255.1017
Yxy47.52720.34010.3056
Hunter Lab68.940016.27860.8692
CIE-Lab74.525721.0418-3.3003

#dbaabe color RGB value is (219,170,190).

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

The process color (four color CMYK) of #dbaabe color hex is 0.00, 0.22, 0.13, 0.14. Web safe color of #dbaabe is #cc99cc. Color #dbaabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10111110
Octal 333 252 276
Decimal 219 170 190
Hex DB AA BE

RGB Percentages of Color #dbaabe

%37.82
%29.36
%32.82

CMYK Percentages of Color #dbaabe

%0
%22
%13
%14

Triadic Colors of #dbaabe

#dbaabe #bedbaa #aabedb

Analogous Colors of #dbaabe

#dbaabe #dbafaa #dbaad7

Monochromatic Colors of #dbaabe

#dbaabe

Complementary Color

#dbaabe #aadbc7

#dbaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaabe Color CSS Codes

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

#dbaabe Text Font Color

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

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


#dbaabe Background Color

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

This div background color is #dbaabe


#dbaabe Border Color

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

This div border color is #dbaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaabe


Comments

No comments written yet.

Please login to write comment.