Color Hex Logo

#dfafbc Color Hex

#DFAFBC
(223,175,188)
0 Favorites   0 Comments

Color spaces of #dfafbc

RGB 223175188
HSL0.950.430.78
HSV344°22°87°
CMYK 0.000.220.16   0.13
XYZ54.838549.978854.3335
Yxy49.97880.34460.3140
Hunter Lab70.695714.74463.9194
CIE-Lab76.056219.45410.0826

#dfafbc color RGB value is (223,175,188).

#dfafbc hex color red value is 223, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfafbc hue: 0.95 , saturation: 0.43 and the lightness value of dfafbc is 0.78.

The process color (four color CMYK) of #dfafbc color hex is 0.00, 0.22, 0.16, 0.13. Web safe color of #dfafbc is #cc99cc. Color #dfafbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10111100
Octal 337 257 274
Decimal 223 175 188
Hex DF AF BC

RGB Percentages of Color #dfafbc

%38.05
%29.86
%32.08

CMYK Percentages of Color #dfafbc

%0
%22
%16
%13

Triadic Colors of #dfafbc

#dfafbc #bcdfaf #afbcdf

Analogous Colors of #dfafbc

#dfafbc #dfbaaf #dfafd4

Monochromatic Colors of #dfafbc

#dfafbc

Complementary Color

#dfafbc #afdfd2

#dfafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafbc Color CSS Codes

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

#dfafbc Text Font Color

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

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


#dfafbc Background Color

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

This div background color is #dfafbc


#dfafbc Border Color

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

This div border color is #dfafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafbc


Comments

No comments written yet.

Please login to write comment.