Color Hex Logo

#dfbcc8 Color Hex

#DFBCC8
(223,188,200)
0 Favorites   0 Comments

Color spaces of #dfbcc8

RGB 223188200
HSL0.940.350.81
HSV339°16°87°
CMYK 0.000.160.10   0.13
XYZ58.840055.824562.3176
Yxy55.82450.33250.3154
Hunter Lab74.71589.81922.8495
CIE-Lab79.513814.4383-1.3740

#dfbcc8 color RGB value is (223,188,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 11001000
Octal 337 274 310
Decimal 223 188 200
Hex DF BC C8

RGB Percentages of Color #dfbcc8

%36.50
%30.77
%32.73

CMYK Percentages of Color #dfbcc8

%0
%16
%10
%13

Triadic Colors of #dfbcc8

#dfbcc8 #c8dfbc #bcc8df

Analogous Colors of #dfbcc8

#dfbcc8 #dfc2bc #dfbcda

Monochromatic Colors of #dfbcc8

#dfbcc8

Complementary Color

#dfbcc8 #bcdfd3

#dfbcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcc8 Color CSS Codes

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

#dfbcc8 Text Font Color

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

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


#dfbcc8 Background Color

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

This div background color is #dfbcc8


#dfbcc8 Border Color

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

This div border color is #dfbcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcc8


Comments

No comments written yet.

Please login to write comment.