Color Hex Logo

#dfaba8 Color Hex

#DFABA8
(223,171,168)
0 Favorites   0 Comments

Color spaces of #dfaba8

RGB 223171168
HSL0.010.460.77
HSV25°87°
CMYK 0.000.230.25   0.13
XYZ52.062247.640943.4974
Yxy47.64090.36360.3327
Hunter Lab69.022413.849810.9516
CIE-Lab74.597918.59378.9049

#dfaba8 color RGB value is (223,171,168).

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

The process color (four color CMYK) of #dfaba8 color hex is 0.00, 0.23, 0.25, 0.13. Web safe color of #dfaba8 is #cc9999. Color #dfaba8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10101000
Octal 337 253 250
Decimal 223 171 168
Hex DF AB A8

RGB Percentages of Color #dfaba8

%39.68
%30.43
%29.89

CMYK Percentages of Color #dfaba8

%0
%23
%25
%13

Triadic Colors of #dfaba8

#dfaba8 #a8dfab #aba8df

Analogous Colors of #dfaba8

#dfaba8 #dfc7a8 #dfa8c1

Monochromatic Colors of #dfaba8

#dfaba8

Complementary Color

#dfaba8 #a8dcdf

#dfaba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaba8 Color CSS Codes

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

#dfaba8 Text Font Color

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

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


#dfaba8 Background Color

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

This div background color is #dfaba8


#dfaba8 Border Color

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

This div border color is #dfaba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaba8


Comments

No comments written yet.

Please login to write comment.