Color Hex Logo

#dfcabc Color Hex

#DFCABC
(223,202,188)
0 Favorites   0 Comments

Color spaces of #dfcabc

RGB 223202188
HSL0.070.350.81
HSV24°16°87°
CMYK 0.000.090.16   0.13
XYZ60.629161.559956.2637
Yxy61.55990.33970.3450
Hunter Lab78.46010.628512.4053
CIE-Lab82.67885.07219.6441

#dfcabc color RGB value is (223,202,188).

#dfcabc hex color red value is 223, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfcabc hue: 0.07 , saturation: 0.35 and the lightness value of dfcabc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10111100
Octal 337 312 274
Decimal 223 202 188
Hex DF CA BC

RGB Percentages of Color #dfcabc

%36.38
%32.95
%30.67

CMYK Percentages of Color #dfcabc

%0
%9
%16
%13

Triadic Colors of #dfcabc

#dfcabc #bcdfca #cabcdf

Analogous Colors of #dfcabc

#dfcabc #dfdcbc #dfbcc0

Monochromatic Colors of #dfcabc

#dfcabc

Complementary Color

#dfcabc #bcd1df

#dfcabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcabc Color CSS Codes

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

#dfcabc Text Font Color

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

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


#dfcabc Background Color

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

This div background color is #dfcabc


#dfcabc Border Color

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

This div border color is #dfcabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcabc


Comments

No comments written yet.

Please login to write comment.