Color Hex Logo

#dbbabf Color Hex

#DBBABF
(219,186,191)
0 Favorites   0 Comments

Color spaces of #dbbabf

RGB 219186191
HSL0.970.310.79
HSV351°15°86°
CMYK 0.000.150.13   0.14
XYZ56.176353.939556.7408
Yxy53.93950.33670.3233
Hunter Lab73.44358.00695.6043
CIE-Lab78.426412.59541.8601

#dbbabf color RGB value is (219,186,191).

#dbbabf hex color red value is 219, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbbabf hue: 0.97 , saturation: 0.31 and the lightness value of dbbabf is 0.79.

The process color (four color CMYK) of #dbbabf color hex is 0.00, 0.15, 0.13, 0.14. Web safe color of #dbbabf is #cccccc. Color #dbbabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 10111111
Octal 333 272 277
Decimal 219 186 191
Hex DB BA BF

RGB Percentages of Color #dbbabf

%36.74
%31.21
%32.05

CMYK Percentages of Color #dbbabf

%0
%15
%13
%14

Triadic Colors of #dbbabf

#dbbabf #bfdbba #babfdb

Analogous Colors of #dbbabf

#dbbabf #dbc6ba #dbbad0

Monochromatic Colors of #dbbabf

#dbbabf

Complementary Color

#dbbabf #badbd6

#dbbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbabf Color CSS Codes

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

#dbbabf Text Font Color

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

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


#dbbabf Background Color

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

This div background color is #dbbabf


#dbbabf Border Color

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

This div border color is #dbbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbabf


Comments

No comments written yet.

Please login to write comment.