Color Hex Logo

#dfabae Color Hex

#DFABAE
(223,171,174)
0 Favorites   0 Comments

Color spaces of #dfabae

RGB 223171174
HSL0.990.450.77
HSV357°23°87°
CMYK 0.000.230.22   0.13
XYZ52.634347.869846.5101
Yxy47.86980.35800.3256
Hunter Lab69.188014.71368.5752
CIE-Lab74.742719.46245.8296

#dfabae color RGB value is (223,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 10101110
Octal 337 253 256
Decimal 223 171 174
Hex DF AB AE

RGB Percentages of Color #dfabae

%39.26
%30.11
%30.63

CMYK Percentages of Color #dfabae

%0
%23
%22
%13

Triadic Colors of #dfabae

#dfabae #aedfab #abaedf

Analogous Colors of #dfabae

#dfabae #dfc2ab #dfabc8

Monochromatic Colors of #dfabae

#dfabae

Complementary Color

#dfabae #abdfdc

#dfabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabae Color CSS Codes

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

#dfabae Text Font Color

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

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


#dfabae Background Color

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

This div background color is #dfabae


#dfabae Border Color

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

This div border color is #dfabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabae


Comments

No comments written yet.

Please login to write comment.