Color Hex Logo

#dfdab7 Color Hex

#DFDAB7
(223,218,183)
0 Favorites   0 Comments

Color spaces of #dfdab7

RGB 223218183
HSL0.150.380.80
HSV53°18°87°
CMYK 0.000.020.18   0.13
XYZ64.050169.249754.7905
Yxy69.24970.34050.3682
Hunter Lab83.2164-8.240619.2144
CIE-Lab86.6275-4.000617.8655

#dfdab7 color RGB value is (223,218,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10110111
Octal 337 332 267
Decimal 223 218 183
Hex DF DA B7

RGB Percentages of Color #dfdab7

%35.74
%34.94
%29.33

CMYK Percentages of Color #dfdab7

%0
%2
%18
%13

Triadic Colors of #dfdab7

#dfdab7 #b7dfda #dab7df

Analogous Colors of #dfdab7

#dfdab7 #d0dfb7 #dfc6b7

Monochromatic Colors of #dfdab7

#dfdab7

Complementary Color

#dfdab7 #b7bcdf

#dfdab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdab7 Color CSS Codes

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

#dfdab7 Text Font Color

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

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


#dfdab7 Background Color

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

This div background color is #dfdab7


#dfdab7 Border Color

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

This div border color is #dfdab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdab7


Comments

No comments written yet.

Please login to write comment.