Color Hex Logo

#dfdaba Color Hex

#DFDABA
(223,218,186)
0 Favorites   0 Comments

Color spaces of #dfdaba

RGB 223218186
HSL0.140.370.80
HSV52°17°87°
CMYK 0.000.020.17   0.13
XYZ64.365869.376056.4528
Yxy69.37600.33840.3648
Hunter Lab83.2923-7.821918.1197
CIE-Lab86.6899-3.550316.3802

#dfdaba color RGB value is (223,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10111010
Octal 337 332 272
Decimal 223 218 186
Hex DF DA BA

RGB Percentages of Color #dfdaba

%35.57
%34.77
%29.67

CMYK Percentages of Color #dfdaba

%0
%2
%17
%13

Triadic Colors of #dfdaba

#dfdaba #badfda #dabadf

Analogous Colors of #dfdaba

#dfdaba #d2dfba #dfc8ba

Monochromatic Colors of #dfdaba

#dfdaba

Complementary Color

#dfdaba #babfdf

#dfdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaba Color CSS Codes

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

#dfdaba Text Font Color

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

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


#dfdaba Background Color

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

This div background color is #dfdaba


#dfdaba Border Color

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

This div border color is #dfdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaba


Comments

No comments written yet.

Please login to write comment.