Color Hex Logo

#dfdb9b Color Hex

#DFDB9B
(223,219,155)
0 Favorites   0 Comments

Color spaces of #dfdb9b

RGB 223219155
HSL0.160.520.74
HSV56°30°87°
CMYK 0.000.020.30   0.13
XYZ61.679368.717641.0233
Yxy68.71760.35980.4009
Hunter Lab82.8961-12.254228.6860
CIE-Lab86.3640-8.341432.0388

#dfdb9b color RGB value is (223,219,155).

#dfdb9b hex color red value is 223, green value is 219 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dfdb9b hue: 0.16 , saturation: 0.52 and the lightness value of dfdb9b is 0.74.

The process color (four color CMYK) of #dfdb9b color hex is 0.00, 0.02, 0.30, 0.13. Web safe color of #dfdb9b is #cccc99. Color #dfdb9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10011011
Octal 337 333 233
Decimal 223 219 155
Hex DF DB 9B

RGB Percentages of Color #dfdb9b

%37.35
%36.68
%25.96

CMYK Percentages of Color #dfdb9b

%0
%2
%30
%13

Triadic Colors of #dfdb9b

#dfdb9b #9bdfdb #db9bdf

Analogous Colors of #dfdb9b

#dfdb9b #c1df9b #dfb99b

Monochromatic Colors of #dfdb9b

#dfdb9b

Complementary Color

#dfdb9b #9b9fdf

#dfdb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb9b Color CSS Codes

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

#dfdb9b Text Font Color

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

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


#dfdb9b Background Color

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

This div background color is #dfdb9b


#dfdb9b Border Color

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

This div border color is #dfdb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb9b


Comments

No comments written yet.

Please login to write comment.