Color Hex Logo

#dfbdc5 Color Hex

#DFBDC5
(223,189,197)
0 Favorites   0 Comments

Color spaces of #dfbdc5

RGB 223189197
HSL0.960.350.81
HSV346°15°87°
CMYK 0.000.150.12   0.13
XYZ58.707156.114460.5603
Yxy56.11440.33470.3200
Hunter Lab74.90958.79994.5039
CIE-Lab79.678913.40580.4863

#dfbdc5 color RGB value is (223,189,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 11000101
Octal 337 275 305
Decimal 223 189 197
Hex DF BD C5

RGB Percentages of Color #dfbdc5

%36.62
%31.03
%32.35

CMYK Percentages of Color #dfbdc5

%0
%15
%12
%13

Triadic Colors of #dfbdc5

#dfbdc5 #c5dfbd #bdc5df

Analogous Colors of #dfbdc5

#dfbdc5 #dfc6bd #dfbdd6

Monochromatic Colors of #dfbdc5

#dfbdc5

Complementary Color

#dfbdc5 #bddfd7

#dfbdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdc5 Color CSS Codes

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

#dfbdc5 Text Font Color

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

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


#dfbdc5 Background Color

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

This div background color is #dfbdc5


#dfbdc5 Border Color

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

This div border color is #dfbdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdc5


Comments

No comments written yet.

Please login to write comment.