Color Hex Logo

#dbdcbe Color Hex

#DBDCBE
(219,220,190)
0 Favorites   0 Comments

Color spaces of #dbdcbe

RGB 219220190
HSL0.170.300.80
HSV62°14°86°
CMYK 0.000.000.14   0.14
XYZ64.100969.964258.8412
Yxy69.96420.33230.3627
Hunter Lab83.6446-9.584916.8427
CIE-Lab86.9793-5.400914.6445

#dbdcbe color RGB value is (219,220,190).

#dbdcbe hex color red value is 219, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbdcbe hue: 0.17 , saturation: 0.30 and the lightness value of dbdcbe is 0.80.

The process color (four color CMYK) of #dbdcbe color hex is 0.00, 0.00, 0.14, 0.14. Web safe color of #dbdcbe is #cccccc. Color #dbdcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 10111110
Octal 333 334 276
Decimal 219 220 190
Hex DB DC BE

RGB Percentages of Color #dbdcbe

%34.82
%34.98
%30.21

CMYK Percentages of Color #dbdcbe

%0
%0
%14
%14

Triadic Colors of #dbdcbe

#dbdcbe #bedbdc #dcbedb

Analogous Colors of #dbdcbe

#dbdcbe #ccdcbe #dccebe

Monochromatic Colors of #dbdcbe

#dbdcbe

Complementary Color

#dbdcbe #bfbedc

#dbdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdcbe Color CSS Codes

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

#dbdcbe Text Font Color

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

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


#dbdcbe Background Color

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

This div background color is #dbdcbe


#dbdcbe Border Color

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

This div border color is #dbdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdcbe


Comments

No comments written yet.

Please login to write comment.