Color Hex Logo

#dbdfbd Color Hex

#DBDFBD
(219,223,189)
0 Favorites   0 Comments

Color spaces of #dbdfbd

RGB 219223189
HSL0.190.350.81
HSV67°15°87°
CMYK 0.020.000.15   0.13
XYZ64.786471.509558.5322
Yxy71.50950.33250.3670
Hunter Lab84.5633-11.231718.1555
CIE-Lab87.7320-7.087616.2278

#dbdfbd color RGB value is (219,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10111101
Octal 333 337 275
Decimal 219 223 189
Hex DB DF BD

RGB Percentages of Color #dbdfbd

%34.71
%35.34
%29.95

CMYK Percentages of Color #dbdfbd

%2
%0
%15
%13

Triadic Colors of #dbdfbd

#dbdfbd #bddbdf #dfbddb

Analogous Colors of #dbdfbd

#dbdfbd #cadfbd #dfd2bd

Monochromatic Colors of #dbdfbd

#dbdfbd

Complementary Color

#dbdfbd #c1bddf

#dbdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfbd Color CSS Codes

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

#dbdfbd Text Font Color

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

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


#dbdfbd Background Color

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

This div background color is #dbdfbd


#dbdfbd Border Color

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

This div border color is #dbdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfbd


Comments

No comments written yet.

Please login to write comment.