Color Hex Logo

#dfdab5 Color Hex

#DFDAB5
(223,218,181)
0 Favorites   0 Comments

Color spaces of #dfdab5

RGB 223218181
HSL0.150.400.79
HSV53°19°87°
CMYK 0.000.020.19   0.13
XYZ63.843369.167053.7017
Yxy69.16700.34190.3704
Hunter Lab83.1667-8.515419.9325
CIE-Lab86.5867-4.296718.8558

#dfdab5 color RGB value is (223,218,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10110101
Octal 337 332 265
Decimal 223 218 181
Hex DF DA B5

RGB Percentages of Color #dfdab5

%35.85
%35.05
%29.10

CMYK Percentages of Color #dfdab5

%0
%2
%19
%13

Triadic Colors of #dfdab5

#dfdab5 #b5dfda #dab5df

Analogous Colors of #dfdab5

#dfdab5 #cfdfb5 #dfc5b5

Monochromatic Colors of #dfdab5

#dfdab5

Complementary Color

#dfdab5 #b5badf

#dfdab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdab5 Color CSS Codes

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

#dfdab5 Text Font Color

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

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


#dfdab5 Background Color

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

This div background color is #dfdab5


#dfdab5 Border Color

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

This div border color is #dfdab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdab5


Comments

No comments written yet.

Please login to write comment.