Color Hex Logo

#dfbec5 Color Hex

#DFBEC5
(223,190,197)
0 Favorites   0 Comments

Color spaces of #dfbec5

RGB 223190197
HSL0.960.340.81
HSV347°15°87°
CMYK 0.000.150.12   0.13
XYZ58.922956.546160.6322
Yxy56.54610.33460.3211
Hunter Lab75.19718.27394.8319
CIE-Lab79.923612.87200.8432

#dfbec5 color RGB value is (223,190,197).

#dfbec5 hex color red value is 223, green value is 190 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dfbec5 hue: 0.96 , saturation: 0.34 and the lightness value of dfbec5 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11000101
Octal 337 276 305
Decimal 223 190 197
Hex DF BE C5

RGB Percentages of Color #dfbec5

%36.56
%31.15
%32.30

CMYK Percentages of Color #dfbec5

%0
%15
%12
%13

Triadic Colors of #dfbec5

#dfbec5 #c5dfbe #bec5df

Analogous Colors of #dfbec5

#dfbec5 #dfc8be #dfbed6

Monochromatic Colors of #dfbec5

#dfbec5

Complementary Color

#dfbec5 #bedfd8

#dfbec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbec5 Color CSS Codes

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

#dfbec5 Text Font Color

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

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


#dfbec5 Background Color

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

This div background color is #dfbec5


#dfbec5 Border Color

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

This div border color is #dfbec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbec5


Comments

No comments written yet.

Please login to write comment.