Color Hex Logo

#dfabbe Color Hex

#DFABBE
(223,171,190)
0 Favorites   0 Comments

Color spaces of #dfabbe

RGB 223171190
HSL0.940.450.77
HSV338°23°87°
CMYK 0.000.230.15   0.13
XYZ54.288648.531555.2214
Yxy48.53150.34350.3071
Hunter Lab69.664617.18961.7674
CIE-Lab75.158921.9258-2.3240

#dfabbe color RGB value is (223,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10111110
Octal 337 253 276
Decimal 223 171 190
Hex DF AB BE

RGB Percentages of Color #dfabbe

%38.18
%29.28
%32.53

CMYK Percentages of Color #dfabbe

%0
%23
%15
%13

Triadic Colors of #dfabbe

#dfabbe #bedfab #abbedf

Analogous Colors of #dfabbe

#dfabbe #dfb2ab #dfabd8

Monochromatic Colors of #dfabbe

#dfabbe

Complementary Color

#dfabbe #abdfcc

#dfabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabbe Color CSS Codes

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

#dfabbe Text Font Color

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

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


#dfabbe Background Color

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

This div background color is #dfabbe


#dfabbe Border Color

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

This div border color is #dfabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabbe


Comments

No comments written yet.

Please login to write comment.