Color Hex Logo

#dbbfb0 Color Hex

#DBBFB0
(219,191,176)
0 Favorites   0 Comments

Color spaces of #dbbfb0

RGB 219191176
HSL0.060.370.77
HSV21°20°86°
CMYK 0.000.130.20   0.14
XYZ55.680755.456348.8437
Yxy55.45630.34800.3466
Hunter Lab74.46903.144313.2404
CIE-Lab79.30347.577911.2147

#dbbfb0 color RGB value is (219,191,176).

#dbbfb0 hex color red value is 219, green value is 191 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dbbfb0 hue: 0.06 , saturation: 0.37 and the lightness value of dbbfb0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 10110000
Octal 333 277 260
Decimal 219 191 176
Hex DB BF B0

RGB Percentages of Color #dbbfb0

%37.37
%32.59
%30.03

CMYK Percentages of Color #dbbfb0

%0
%13
%20
%14

Triadic Colors of #dbbfb0

#dbbfb0 #b0dbbf #bfb0db

Analogous Colors of #dbbfb0

#dbbfb0 #dbd5b0 #dbb0b7

Monochromatic Colors of #dbbfb0

#dbbfb0

Complementary Color

#dbbfb0 #b0ccdb

#dbbfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfb0 Color CSS Codes

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

#dbbfb0 Text Font Color

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

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


#dbbfb0 Background Color

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

This div background color is #dbbfb0


#dbbfb0 Border Color

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

This div border color is #dbbfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfb0


Comments

No comments written yet.

Please login to write comment.