Color Hex Logo

#dfc9be Color Hex

#DFC9BE
(223,201,190)
0 Favorites   0 Comments

Color spaces of #dfc9be

RGB 223201190
HSL0.060.340.81
HSV20°15°87°
CMYK 0.000.100.15   0.13
XYZ60.612361.179057.3293
Yxy61.17900.33840.3416
Hunter Lab78.21701.444311.2952
CIE-Lab82.47495.91148.2856

#dfc9be color RGB value is (223,201,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 10111110
Octal 337 311 276
Decimal 223 201 190
Hex DF C9 BE

RGB Percentages of Color #dfc9be

%36.32
%32.74
%30.94

CMYK Percentages of Color #dfc9be

%0
%10
%15
%13

Triadic Colors of #dfc9be

#dfc9be #bedfc9 #c9bedf

Analogous Colors of #dfc9be

#dfc9be #dfdabe #dfbec4

Monochromatic Colors of #dfc9be

#dfc9be

Complementary Color

#dfc9be #bed4df

#dfc9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc9be Color CSS Codes

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

#dfc9be Text Font Color

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

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


#dfc9be Background Color

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

This div background color is #dfc9be


#dfc9be Border Color

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

This div border color is #dfc9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc9be


Comments

No comments written yet.

Please login to write comment.