Color Hex Logo

#dbdfbb Color Hex

#DBDFBB
(219,223,187)
0 Favorites   0 Comments

Color spaces of #dbdfbb

RGB 219223187
HSL0.190.360.80
HSV67°16°87°
CMYK 0.020.000.16   0.13
XYZ64.570771.423357.3965
Yxy71.42330.33390.3693
Hunter Lab84.5123-11.515618.8918
CIE-Lab87.6903-7.396817.2146

#dbdfbb color RGB value is (219,223,187).

#dbdfbb hex color red value is 219, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbdfbb hue: 0.19 , saturation: 0.36 and the lightness value of dbdfbb is 0.80.

The process color (four color CMYK) of #dbdfbb color hex is 0.02, 0.00, 0.16, 0.13. Web safe color of #dbdfbb is #cccccc. Color #dbdfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10111011
Octal 333 337 273
Decimal 219 223 187
Hex DB DF BB

RGB Percentages of Color #dbdfbb

%34.82
%35.45
%29.73

CMYK Percentages of Color #dbdfbb

%2
%0
%16
%13

Triadic Colors of #dbdfbb

#dbdfbb #bbdbdf #dfbbdb

Analogous Colors of #dbdfbb

#dbdfbb #c9dfbb #dfd1bb

Monochromatic Colors of #dbdfbb

#dbdfbb

Complementary Color

#dbdfbb #bfbbdf

#dbdfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfbb Color CSS Codes

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

#dbdfbb Text Font Color

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

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


#dbdfbb Background Color

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

This div background color is #dbdfbb


#dbdfbb Border Color

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

This div border color is #dbdfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfbb


Comments

No comments written yet.

Please login to write comment.