Color Hex Logo

#dfcab2 Color Hex

#DFCAB2
(223,202,178)
0 Favorites   0 Comments

Color spaces of #dfcab2

RGB 223202178
HSL0.090.410.79
HSV32°20°87°
CMYK 0.000.090.20   0.13
XYZ59.587861.143450.7807
Yxy61.14340.34740.3565
Hunter Lab78.1942-0.814316.2320
CIE-Lab82.45583.555214.6521

#dfcab2 color RGB value is (223,202,178).

#dfcab2 hex color red value is 223, green value is 202 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dfcab2 hue: 0.09 , saturation: 0.41 and the lightness value of dfcab2 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10110010
Octal 337 312 262
Decimal 223 202 178
Hex DF CA B2

RGB Percentages of Color #dfcab2

%36.98
%33.50
%29.52

CMYK Percentages of Color #dfcab2

%0
%9
%20
%13

Triadic Colors of #dfcab2

#dfcab2 #b2dfca #cab2df

Analogous Colors of #dfcab2

#dfcab2 #dedfb2 #dfb4b2

Monochromatic Colors of #dfcab2

#dfcab2

Complementary Color

#dfcab2 #b2c7df

#dfcab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcab2 Color CSS Codes

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

#dfcab2 Text Font Color

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

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


#dfcab2 Background Color

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

This div background color is #dfcab2


#dfcab2 Border Color

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

This div border color is #dfcab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcab2

#dfcab2 Color Palettes


Comments

No comments written yet.

Please login to write comment.