Color Hex Logo

#dfabcb Color Hex

#DFABCB
(223,171,203)
0 Favorites   0 Comments

Color spaces of #dfabcb

RGB 223171203
HSL0.900.450.77
HSV323°23°87°
CMYK 0.000.230.09   0.13
XYZ55.773849.125663.0425
Yxy49.12560.33210.2925
Hunter Lab70.089719.3844-4.2659
CIE-Lab75.529424.0781-8.8851

#dfabcb color RGB value is (223,171,203).

#dfabcb hex color red value is 223, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dfabcb hue: 0.90 , saturation: 0.45 and the lightness value of dfabcb is 0.77.

The process color (four color CMYK) of #dfabcb color hex is 0.00, 0.23, 0.09, 0.13. Web safe color of #dfabcb is #cc99cc. Color #dfabcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11001011
Octal 337 253 313
Decimal 223 171 203
Hex DF AB CB

RGB Percentages of Color #dfabcb

%37.35
%28.64
%34.00

CMYK Percentages of Color #dfabcb

%0
%23
%9
%13

Triadic Colors of #dfabcb

#dfabcb #cbdfab #abcbdf

Analogous Colors of #dfabcb

#dfabcb #dfabb1 #d9abdf

Monochromatic Colors of #dfabcb

#dfabcb

Complementary Color

#dfabcb #abdfbf

#dfabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabcb Color CSS Codes

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

#dfabcb Text Font Color

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

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


#dfabcb Background Color

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

This div background color is #dfabcb


#dfabcb Border Color

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

This div border color is #dfabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabcb


Comments

No comments written yet.

Please login to write comment.