Color Hex Logo

#dfdbb8 Color Hex

#DFDBB8
(223,219,184)
0 Favorites   0 Comments

Color spaces of #dfdbb8

RGB 223219184
HSL0.150.380.80
HSV54°17°87°
CMYK 0.000.020.17   0.13
XYZ64.414769.811755.4274
Yxy69.81170.33960.3681
Hunter Lab83.5534-8.605619.1558
CIE-Lab86.9044-4.363817.7288

#dfdbb8 color RGB value is (223,219,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10111000
Octal 337 333 270
Decimal 223 219 184
Hex DF DB B8

RGB Percentages of Color #dfdbb8

%35.62
%34.98
%29.39

CMYK Percentages of Color #dfdbb8

%0
%2
%17
%13

Triadic Colors of #dfdbb8

#dfdbb8 #b8dfdb #dbb8df

Analogous Colors of #dfdbb8

#dfdbb8 #d0dfb8 #dfc8b8

Monochromatic Colors of #dfdbb8

#dfdbb8

Complementary Color

#dfdbb8 #b8bcdf

#dfdbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbb8 Color CSS Codes

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

#dfdbb8 Text Font Color

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

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


#dfdbb8 Background Color

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

This div background color is #dfdbb8


#dfdbb8 Border Color

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

This div border color is #dfdbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbb8

#dfdbb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.