Color Hex Logo

#dbdfbe Color Hex

#DBDFBE
(219,223,190)
0 Favorites   0 Comments

Color spaces of #dbdfbe

RGB 219223190
HSL0.190.340.81
HSV67°15°87°
CMYK 0.020.000.15   0.13
XYZ64.895471.553159.1060
Yxy71.55310.33190.3659
Hunter Lab84.5891-11.088517.7839
CIE-Lab87.7530-6.931815.7345

#dbdfbe color RGB value is (219,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10111110
Octal 333 337 276
Decimal 219 223 190
Hex DB DF BE

RGB Percentages of Color #dbdfbe

%34.65
%35.28
%30.06

CMYK Percentages of Color #dbdfbe

%2
%0
%15
%13

Triadic Colors of #dbdfbe

#dbdfbe #bedbdf #dfbedb

Analogous Colors of #dbdfbe

#dbdfbe #cbdfbe #dfd3be

Monochromatic Colors of #dbdfbe

#dbdfbe

Complementary Color

#dbdfbe #c2bedf

#dbdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfbe Color CSS Codes

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

#dbdfbe Text Font Color

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

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


#dbdfbe Background Color

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

This div background color is #dbdfbe


#dbdfbe Border Color

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

This div border color is #dbdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfbe


Comments

No comments written yet.

Please login to write comment.