Color Hex Logo

#dfacae Color Hex

#DFACAE
(223,172,174)
0 Favorites   0 Comments

Color spaces of #dfacae

RGB 223172174
HSL0.990.440.77
HSV358°23°87°
CMYK 0.000.230.22   0.13
XYZ52.823948.249046.5733
Yxy48.24900.35780.3268
Hunter Lab69.461514.18768.8696
CIE-Lab74.981718.92476.1734

#dfacae color RGB value is (223,172,174).

#dfacae hex color red value is 223, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dfacae hue: 0.99 , saturation: 0.44 and the lightness value of dfacae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 10101110
Octal 337 254 256
Decimal 223 172 174
Hex DF AC AE

RGB Percentages of Color #dfacae

%39.19
%30.23
%30.58

CMYK Percentages of Color #dfacae

%0
%23
%22
%13

Triadic Colors of #dfacae

#dfacae #aedfac #acaedf

Analogous Colors of #dfacae

#dfacae #dfc4ac #dfacc8

Monochromatic Colors of #dfacae

#dfacae

Complementary Color

#dfacae #acdfdd

#dfacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacae Color CSS Codes

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

#dfacae Text Font Color

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

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


#dfacae Background Color

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

This div background color is #dfacae


#dfacae Border Color

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

This div border color is #dfacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacae


Comments

No comments written yet.

Please login to write comment.