Color Hex Logo

#dfdab8 Color Hex

#DFDAB8
(223,218,184)
0 Favorites   0 Comments

Color spaces of #dfdab8

RGB 223218184
HSL0.150.380.80
HSV52°17°87°
CMYK 0.000.020.17   0.13
XYZ64.154669.291555.3407
Yxy69.29150.33980.3670
Hunter Lab83.2415-8.101918.8518
CIE-Lab86.6482-3.851317.3703

#dfdab8 color RGB value is (223,218,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10111000
Octal 337 332 270
Decimal 223 218 184
Hex DF DA B8

RGB Percentages of Color #dfdab8

%35.68
%34.88
%29.44

CMYK Percentages of Color #dfdab8

%0
%2
%17
%13

Triadic Colors of #dfdab8

#dfdab8 #b8dfda #dab8df

Analogous Colors of #dfdab8

#dfdab8 #d1dfb8 #dfc7b8

Monochromatic Colors of #dfdab8

#dfdab8

Complementary Color

#dfdab8 #b8bddf

#dfdab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdab8 Color CSS Codes

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

#dfdab8 Text Font Color

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

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


#dfdab8 Background Color

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

This div background color is #dfdab8


#dfdab8 Border Color

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

This div border color is #dfdab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdab8


Comments

No comments written yet.

Please login to write comment.