Color Hex Logo

#dfdbba Color Hex

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

Color spaces of #dfdbba

RGB 223219186
HSL0.150.370.80
HSV54°17°87°
CMYK 0.000.020.17   0.13
XYZ64.625969.896256.5395
Yxy69.89620.33820.3658
Hunter Lab83.6039-8.326318.4262
CIE-Lab86.9459-4.063216.7394

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

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

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

Base Numbers

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

RGB Percentages of Color #dfdbba

%35.51
%34.87
%29.62

CMYK Percentages of Color #dfdbba

%0
%2
%17
%13

Triadic Colors of #dfdbba

#dfdbba #badfdb #dbbadf

Analogous Colors of #dfdbba

#dfdbba #d1dfba #dfc9ba

Monochromatic Colors of #dfdbba

#dfdbba

Complementary Color

#dfdbba #babedf

#dfdbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbba Color CSS Codes

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

#dfdbba Text Font Color

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

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


#dfdbba Background Color

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

This div background color is #dfdbba


#dfdbba Border Color

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

This div border color is #dfdbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbba


Comments

No comments written yet.

Please login to write comment.