Color Hex Logo

#dbdfba Color Hex

#DBDFBA
(219,223,186)
0 Favorites   0 Comments

Color spaces of #dbdfba

RGB 219223186
HSL0.180.370.80
HSV66°17°87°
CMYK 0.020.000.17   0.13
XYZ64.464071.380656.8346
Yxy71.38060.33460.3705
Hunter Lab84.4870-11.656019.2564
CIE-Lab87.6696-7.549917.7079

#dbdfba color RGB value is (219,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10111010
Octal 333 337 272
Decimal 219 223 186
Hex DB DF BA

RGB Percentages of Color #dbdfba

%34.87
%35.51
%29.62

CMYK Percentages of Color #dbdfba

%2
%0
%17
%13

Triadic Colors of #dbdfba

#dbdfba #badbdf #dfbadb

Analogous Colors of #dbdfba

#dbdfba #c9dfba #dfd1ba

Monochromatic Colors of #dbdfba

#dbdfba

Complementary Color

#dbdfba #bebadf

#dbdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdfba Color CSS Codes

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

#dbdfba Text Font Color

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

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


#dbdfba Background Color

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

This div background color is #dbdfba


#dbdfba Border Color

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

This div border color is #dbdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdfba

#dbdfba Color Palettes


Comments

No comments written yet.

Please login to write comment.