Color Hex Logo

#dfabba Color Hex

#DFABBA
(223,171,186)
0 Favorites   0 Comments

Color spaces of #dfabba

RGB 223171186
HSL0.950.450.77
HSV343°23°87°
CMYK 0.000.230.17   0.13
XYZ53.857348.359052.9500
Yxy48.35900.34710.3117
Hunter Lab69.540616.54723.5335
CIE-Lab75.050821.2903-0.2929

#dfabba color RGB value is (223,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10111010
Octal 337 253 272
Decimal 223 171 186
Hex DF AB BA

RGB Percentages of Color #dfabba

%38.45
%29.48
%32.07

CMYK Percentages of Color #dfabba

%0
%23
%17
%13

Triadic Colors of #dfabba

#dfabba #badfab #abbadf

Analogous Colors of #dfabba

#dfabba #dfb6ab #dfabd4

Monochromatic Colors of #dfabba

#dfabba

Complementary Color

#dfabba #abdfd0

#dfabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabba Color CSS Codes

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

#dfabba Text Font Color

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

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


#dfabba Background Color

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

This div background color is #dfabba


#dfabba Border Color

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

This div border color is #dfabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabba


Comments

No comments written yet.

Please login to write comment.