Color Hex Logo

#dfb9c8 Color Hex

#DFB9C8
(223,185,200)
0 Favorites   0 Comments

Color spaces of #dfb9c8

RGB 223185200
HSL0.930.370.80
HSV336°17°87°
CMYK 0.000.170.10   0.13
XYZ58.205754.556062.1062
Yxy54.55600.33290.3120
Hunter Lab73.862011.40531.8500
CIE-Lab78.784816.0438-2.4430

#dfb9c8 color RGB value is (223,185,200).

#dfb9c8 hex color red value is 223, green value is 185 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dfb9c8 hue: 0.93 , saturation: 0.37 and the lightness value of dfb9c8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 11001000
Octal 337 271 310
Decimal 223 185 200
Hex DF B9 C8

RGB Percentages of Color #dfb9c8

%36.68
%30.43
%32.89

CMYK Percentages of Color #dfb9c8

%0
%17
%10
%13

Triadic Colors of #dfb9c8

#dfb9c8 #c8dfb9 #b9c8df

Analogous Colors of #dfb9c8

#dfb9c8 #dfbdb9 #dfb9db

Monochromatic Colors of #dfb9c8

#dfb9c8

Complementary Color

#dfb9c8 #b9dfd0

#dfb9c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb9c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb9c8 Color CSS Codes

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

#dfb9c8 Text Font Color

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

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


#dfb9c8 Background Color

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

This div background color is #dfb9c8


#dfb9c8 Border Color

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

This div border color is #dfb9c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb9c8


Comments

No comments written yet.

Please login to write comment.