Color Hex Logo

#dfdcb1 Color Hex

#DFDCB1
(223,220,177)
0 Favorites   0 Comments

Color spaces of #dfdcb1

RGB 223220177
HSL0.160.420.78
HSV56°21°87°
CMYK 0.000.010.21   0.13
XYZ63.960470.048751.7446
Yxy70.04870.34430.3771
Hunter Lab83.6951-10.055421.9305
CIE-Lab87.0207-5.900121.5476

#dfdcb1 color RGB value is (223,220,177).

#dfdcb1 hex color red value is 223, green value is 220 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #dfdcb1 hue: 0.16 , saturation: 0.42 and the lightness value of dfdcb1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10110001
Octal 337 334 261
Decimal 223 220 177
Hex DF DC B1

RGB Percentages of Color #dfdcb1

%35.97
%35.48
%28.55

CMYK Percentages of Color #dfdcb1

%0
%1
%21
%13

Triadic Colors of #dfdcb1

#dfdcb1 #b1dfdc #dcb1df

Analogous Colors of #dfdcb1

#dfdcb1 #cbdfb1 #dfc5b1

Monochromatic Colors of #dfdcb1

#dfdcb1

Complementary Color

#dfdcb1 #b1b4df

#dfdcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcb1 Color CSS Codes

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

#dfdcb1 Text Font Color

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

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


#dfdcb1 Background Color

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

This div background color is #dfdcb1


#dfdcb1 Border Color

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

This div border color is #dfdcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcb1


Comments

No comments written yet.

Please login to write comment.