Color Hex Logo

#dfdeab Color Hex

#DFDEAB
(223,222,171)
0 Favorites   0 Comments

Color spaces of #dfdeab

RGB 223222171
HSL0.160.450.77
HSV59°23°87°
CMYK 0.000.000.23   0.13
XYZ63.903470.870848.8394
Yxy70.87080.34800.3860
Hunter Lab84.1848-11.826824.5326
CIE-Lab87.4222-7.760725.2171

#dfdeab color RGB value is (223,222,171).

#dfdeab hex color red value is 223, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dfdeab hue: 0.16 , saturation: 0.45 and the lightness value of dfdeab is 0.77.

The process color (four color CMYK) of #dfdeab color hex is 0.00, 0.00, 0.23, 0.13. Web safe color of #dfdeab is #cccc99. Color #dfdeab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 10101011
Octal 337 336 253
Decimal 223 222 171
Hex DF DE AB

RGB Percentages of Color #dfdeab

%36.20
%36.04
%27.76

CMYK Percentages of Color #dfdeab

%0
%0
%23
%13

Triadic Colors of #dfdeab

#dfdeab #abdfde #deabdf

Analogous Colors of #dfdeab

#dfdeab #c6dfab #dfc4ab

Monochromatic Colors of #dfdeab

#dfdeab

Complementary Color

#dfdeab #abacdf

#dfdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdeab Color CSS Codes

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

#dfdeab Text Font Color

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

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


#dfdeab Background Color

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

This div background color is #dfdeab


#dfdeab Border Color

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

This div border color is #dfdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdeab


Comments

No comments written yet.

Please login to write comment.