Color Hex Logo

#dfaba2 Color Hex

#DFABA2
(223,171,162)
0 Favorites   0 Comments

Color spaces of #dfaba2

RGB 223171162
HSL0.020.490.75
HSV27°87°
CMYK 0.000.230.27   0.13
XYZ51.515947.422440.6207
Yxy47.42240.36910.3398
Hunter Lab68.863913.020913.2314
CIE-Lab74.459117.755711.9873

#dfaba2 color RGB value is (223,171,162).

#dfaba2 hex color red value is 223, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #dfaba2 hue: 0.02 , saturation: 0.49 and the lightness value of dfaba2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10100010
Octal 337 253 242
Decimal 223 171 162
Hex DF AB A2

RGB Percentages of Color #dfaba2

%40.11
%30.76
%29.14

CMYK Percentages of Color #dfaba2

%0
%23
%27
%13

Triadic Colors of #dfaba2

#dfaba2 #a2dfab #aba2df

Analogous Colors of #dfaba2

#dfaba2 #dfcaa2 #dfa2b8

Monochromatic Colors of #dfaba2

#dfaba2

Complementary Color

#dfaba2 #a2d6df

#dfaba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaba2 Color CSS Codes

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

#dfaba2 Text Font Color

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

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


#dfaba2 Background Color

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

This div background color is #dfaba2


#dfaba2 Border Color

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

This div border color is #dfaba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaba2

#dfaba2 Color Palettes


Comments

No comments written yet.

Please login to write comment.