Color Hex Logo

#dbbcbe Color Hex

#DBBCBE
(219,188,190)
0 Favorites   0 Comments

Color spaces of #dbbcbe

RGB 219188190
HSL0.990.300.80
HSV356°14°86°
CMYK 0.000.140.13   0.14
XYZ56.490954.744256.3045
Yxy54.74420.33720.3268
Hunter Lab73.98936.80366.6739
CIE-Lab78.893711.36323.0793

#dbbcbe color RGB value is (219,188,190).

#dbbcbe hex color red value is 219, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbbcbe hue: 0.99 , saturation: 0.30 and the lightness value of dbbcbe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 10111110
Octal 333 274 276
Decimal 219 188 190
Hex DB BC BE

RGB Percentages of Color #dbbcbe

%36.68
%31.49
%31.83

CMYK Percentages of Color #dbbcbe

%0
%14
%13
%14

Triadic Colors of #dbbcbe

#dbbcbe #bedbbc #bcbedb

Analogous Colors of #dbbcbe

#dbbcbe #dbcabc #dbbcce

Monochromatic Colors of #dbbcbe

#dbbcbe

Complementary Color

#dbbcbe #bcdbd9

#dbbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbcbe Color CSS Codes

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

#dbbcbe Text Font Color

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

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


#dbbcbe Background Color

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

This div background color is #dbbcbe


#dbbcbe Border Color

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

This div border color is #dbbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbcbe


Comments

No comments written yet.

Please login to write comment.