Color Hex Logo

#dbafbd Color Hex

#DBAFBD
(219,175,189)
0 Favorites   0 Comments

Color spaces of #dbafbd

RGB 219175189
HSL0.950.380.77
HSV341°20°86°
CMYK 0.000.200.14   0.14
XYZ53.728749.394154.8463
Yxy49.39410.34010.3127
Hunter Lab70.280913.46892.9275
CIE-Lab75.695918.1804-1.0363

#dbafbd color RGB value is (219,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 10111101
Octal 333 257 275
Decimal 219 175 189
Hex DB AF BD

RGB Percentages of Color #dbafbd

%37.56
%30.02
%32.42

CMYK Percentages of Color #dbafbd

%0
%20
%14
%14

Triadic Colors of #dbafbd

#dbafbd #bddbaf #afbddb

Analogous Colors of #dbafbd

#dbafbd #dbb7af #dbafd3

Monochromatic Colors of #dbafbd

#dbafbd

Complementary Color

#dbafbd #afdbcd

#dbafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafbd Color CSS Codes

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

#dbafbd Text Font Color

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

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


#dbafbd Background Color

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

This div background color is #dbafbd


#dbafbd Border Color

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

This div border color is #dbafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafbd


Comments

No comments written yet.

Please login to write comment.