Color Hex Logo

#dfdabc Color Hex

#DFDABC
(223,218,188)
0 Favorites   0 Comments

Color spaces of #dfdabc

RGB 223218188
HSL0.140.350.81
HSV51°16°87°
CMYK 0.000.020.16   0.13
XYZ64.579969.461657.5807
Yxy69.46160.33700.3625
Hunter Lab83.3436-7.538317.3781
CIE-Lab86.7321-3.246015.3900

#dfdabc color RGB value is (223,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10111100
Octal 337 332 274
Decimal 223 218 188
Hex DF DA BC

RGB Percentages of Color #dfdabc

%35.45
%34.66
%29.89

CMYK Percentages of Color #dfdabc

%0
%2
%16
%13

Triadic Colors of #dfdabc

#dfdabc #bcdfda #dabcdf

Analogous Colors of #dfdabc

#dfdabc #d3dfbc #dfc9bc

Monochromatic Colors of #dfdabc

#dfdabc

Complementary Color

#dfdabc #bcc1df

#dfdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdabc Color CSS Codes

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

#dfdabc Text Font Color

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

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


#dfdabc Background Color

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

This div background color is #dfdabc


#dfdabc Border Color

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

This div border color is #dfdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdabc

#dfdabc Color Palettes


Comments

No comments written yet.

Please login to write comment.