Color Hex Logo

#dfdbb5 Color Hex

#DFDBB5
(223,219,181)
0 Favorites   0 Comments

Color spaces of #dfdbb5

RGB 223219181
HSL0.150.400.79
HSV54°19°87°
CMYK 0.000.020.19   0.13
XYZ64.103469.687253.7884
Yxy69.68720.34170.3715
Hunter Lab83.4789-9.017920.2325
CIE-Lab86.8432-4.808619.2131

#dfdbb5 color RGB value is (223,219,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10110101
Octal 337 333 265
Decimal 223 219 181
Hex DF DB B5

RGB Percentages of Color #dfdbb5

%35.79
%35.15
%29.05

CMYK Percentages of Color #dfdbb5

%0
%2
%19
%13

Triadic Colors of #dfdbb5

#dfdbb5 #b5dfdb #dbb5df

Analogous Colors of #dfdbb5

#dfdbb5 #cedfb5 #dfc6b5

Monochromatic Colors of #dfdbb5

#dfdbb5

Complementary Color

#dfdbb5 #b5b9df

#dfdbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbb5 Color CSS Codes

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

#dfdbb5 Text Font Color

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

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


#dfdbb5 Background Color

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

This div background color is #dfdbb5


#dfdbb5 Border Color

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

This div border color is #dfdbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbb5


Comments

No comments written yet.

Please login to write comment.