Color Hex Logo

#dfdab3 Color Hex

#DFDAB3
(223,218,179)
0 Favorites   0 Comments

Color spaces of #dfdab3

RGB 223218179
HSL0.150.410.79
HSV53°20°87°
CMYK 0.000.020.20   0.13
XYZ63.639569.085552.6285
Yxy69.08550.34330.3727
Hunter Lab83.1177-8.786520.6411
CIE-Lab86.5464-4.589419.8460

#dfdab3 color RGB value is (223,218,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10110011
Octal 337 332 263
Decimal 223 218 179
Hex DF DA B3

RGB Percentages of Color #dfdab3

%35.97
%35.16
%28.87

CMYK Percentages of Color #dfdab3

%0
%2
%20
%13

Triadic Colors of #dfdab3

#dfdab3 #b3dfda #dab3df

Analogous Colors of #dfdab3

#dfdab3 #cedfb3 #dfc4b3

Monochromatic Colors of #dfdab3

#dfdab3

Complementary Color

#dfdab3 #b3b8df

#dfdab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdab3 Color CSS Codes

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

#dfdab3 Text Font Color

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

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


#dfdab3 Background Color

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

This div background color is #dfdab3


#dfdab3 Border Color

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

This div border color is #dfdab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdab3

#dfdab3 Color Palettes


Comments

No comments written yet.

Please login to write comment.