Color Hex Logo

#dfb8bf Color Hex

#DFB8BF
(223,184,191)
0 Favorites   0 Comments

Color spaces of #dfb8bf

RGB 223184191
HSL0.970.380.80
HSV349°17°87°
CMYK 0.000.170.14   0.13
XYZ56.975953.730556.6583
Yxy53.73050.34040.3210
Hunter Lab73.301110.46865.4824
CIE-Lab78.304315.10321.7276

#dfb8bf color RGB value is (223,184,191).

#dfb8bf hex color red value is 223, green value is 184 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dfb8bf hue: 0.97 , saturation: 0.38 and the lightness value of dfb8bf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 10111111
Octal 337 270 277
Decimal 223 184 191
Hex DF B8 BF

RGB Percentages of Color #dfb8bf

%37.29
%30.77
%31.94

CMYK Percentages of Color #dfb8bf

%0
%17
%14
%13

Triadic Colors of #dfb8bf

#dfb8bf #bfdfb8 #b8bfdf

Analogous Colors of #dfb8bf

#dfb8bf #dfc5b8 #dfb8d3

Monochromatic Colors of #dfb8bf

#dfb8bf

Complementary Color

#dfb8bf #b8dfd8

#dfb8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb8bf Color CSS Codes

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

#dfb8bf Text Font Color

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

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


#dfb8bf Background Color

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

This div background color is #dfb8bf


#dfb8bf Border Color

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

This div border color is #dfb8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb8bf


Comments

No comments written yet.

Please login to write comment.