Color Hex Logo

#dfcec5 Color Hex

#DFCEC5
(223,206,197)
0 Favorites   0 Comments

Color spaces of #dfcec5

RGB 223206197
HSL0.060.290.82
HSV21°12°87°
CMYK 0.000.080.12   0.13
XYZ62.580863.861861.8515
Yxy63.86180.33240.3392
Hunter Lab79.9136-0.064310.0502
CIE-Lab83.89384.40516.5926

#dfcec5 color RGB value is (223,206,197).

#dfcec5 hex color red value is 223, green value is 206 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dfcec5 hue: 0.06 , saturation: 0.29 and the lightness value of dfcec5 is 0.82.

The process color (four color CMYK) of #dfcec5 color hex is 0.00, 0.08, 0.12, 0.13. Web safe color of #dfcec5 is #cccccc. Color #dfcec5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11000101
Octal 337 316 305
Decimal 223 206 197
Hex DF CE C5

RGB Percentages of Color #dfcec5

%35.62
%32.91
%31.47

CMYK Percentages of Color #dfcec5

%0
%8
%12
%13

Triadic Colors of #dfcec5

#dfcec5 #c5dfce #cec5df

Analogous Colors of #dfcec5

#dfcec5 #dfdbc5 #dfc5c9

Monochromatic Colors of #dfcec5

#dfcec5

Complementary Color

#dfcec5 #c5d6df

#dfcec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcec5 Color CSS Codes

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

#dfcec5 Text Font Color

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

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


#dfcec5 Background Color

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

This div background color is #dfcec5


#dfcec5 Border Color

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

This div border color is #dfcec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcec5


Comments

No comments written yet.

Please login to write comment.