Color Hex Logo

#dfada2 Color Hex

#DFADA2
(223,173,162)
0 Favorites   0 Comments

Color spaces of #dfada2

RGB 223173162
HSL0.030.490.75
HSV11°27°87°
CMYK 0.000.220.27   0.13
XYZ51.896648.183840.7476
Yxy48.18380.36850.3421
Hunter Lab69.414611.977013.7859
CIE-Lab74.940716.681712.6678

#dfada2 color RGB value is (223,173,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 10100010
Octal 337 255 242
Decimal 223 173 162
Hex DF AD A2

RGB Percentages of Color #dfada2

%39.96
%31.00
%29.03

CMYK Percentages of Color #dfada2

%0
%22
%27
%13

Triadic Colors of #dfada2

#dfada2 #a2dfad #ada2df

Analogous Colors of #dfada2

#dfada2 #dfcca2 #dfa2b6

Monochromatic Colors of #dfada2

#dfada2

Complementary Color

#dfada2 #a2d4df

#dfada2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfada2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfada2 Color CSS Codes

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

#dfada2 Text Font Color

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

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


#dfada2 Background Color

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

This div background color is #dfada2


#dfada2 Border Color

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

This div border color is #dfada2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfada2


Comments

No comments written yet.

Please login to write comment.