Color Hex Logo

#dbbbb9 Color Hex

#DBBBB9
(219,187,185)
0 Favorites   0 Comments

Color spaces of #dbbbb9

RGB 219187185
HSL0.010.320.79
HSV16°86°
CMYK 0.000.150.16   0.14
XYZ55.740754.103553.4041
Yxy54.10350.34140.3314
Hunter Lab73.55516.54758.4415
CIE-Lab78.522011.09595.2437

#dbbbb9 color RGB value is (219,187,185).

#dbbbb9 hex color red value is 219, green value is 187 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dbbbb9 hue: 0.01 , saturation: 0.32 and the lightness value of dbbbb9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 10111001
Octal 333 273 271
Decimal 219 187 185
Hex DB BB B9

RGB Percentages of Color #dbbbb9

%37.06
%31.64
%31.30

CMYK Percentages of Color #dbbbb9

%0
%15
%16
%14

Triadic Colors of #dbbbb9

#dbbbb9 #b9dbbb #bbb9db

Analogous Colors of #dbbbb9

#dbbbb9 #dbccb9 #dbb9c8

Monochromatic Colors of #dbbbb9

#dbbbb9

Complementary Color

#dbbbb9 #b9d9db

#dbbbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbb9 Color CSS Codes

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

#dbbbb9 Text Font Color

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

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


#dbbbb9 Background Color

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

This div background color is #dbbbb9


#dbbbb9 Border Color

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

This div border color is #dbbbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbb9


Comments

No comments written yet.

Please login to write comment.