Color Hex Logo

#dfcac5 Color Hex

#DFCAC5
(223,202,197)
0 Favorites   0 Comments

Color spaces of #dfcac5

RGB 223202197
HSL0.030.290.82
HSV12°12°87°
CMYK 0.000.090.12   0.13
XYZ61.630061.960361.5346
Yxy61.96030.33290.3347
Hunter Lab78.71492.00608.7510
CIE-Lab82.89236.50755.1493

#dfcac5 color RGB value is (223,202,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11000101
Octal 337 312 305
Decimal 223 202 197
Hex DF CA C5

RGB Percentages of Color #dfcac5

%35.85
%32.48
%31.67

CMYK Percentages of Color #dfcac5

%0
%9
%12
%13

Triadic Colors of #dfcac5

#dfcac5 #c5dfca #cac5df

Analogous Colors of #dfcac5

#dfcac5 #dfd7c5 #dfc5cd

Monochromatic Colors of #dfcac5

#dfcac5

Complementary Color

#dfcac5 #c5dadf

#dfcac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcac5 Color CSS Codes

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

#dfcac5 Text Font Color

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

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


#dfcac5 Background Color

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

This div background color is #dfcac5


#dfcac5 Border Color

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

This div border color is #dfcac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,202,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 #dfcac5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcac5


Comments

No comments written yet.

Please login to write comment.