Color Hex Logo

#dfaebc Color Hex

#DFAEBC
(223,174,188)
0 Favorites   0 Comments

Color spaces of #dfaebc

RGB 223174188
HSL0.950.430.78
HSV343°22°87°
CMYK 0.000.220.16   0.13
XYZ54.644649.590954.2689
Yxy49.59090.34480.3129
Hunter Lab70.420815.27473.6035
CIE-Lab75.817519.9921-0.2662

#dfaebc color RGB value is (223,174,188).

#dfaebc hex color red value is 223, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dfaebc hue: 0.95 , saturation: 0.43 and the lightness value of dfaebc is 0.78.

The process color (four color CMYK) of #dfaebc color hex is 0.00, 0.22, 0.16, 0.13. Web safe color of #dfaebc is #cc99cc. Color #dfaebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10111100
Octal 337 256 274
Decimal 223 174 188
Hex DF AE BC

RGB Percentages of Color #dfaebc

%38.12
%29.74
%32.14

CMYK Percentages of Color #dfaebc

%0
%22
%16
%13

Triadic Colors of #dfaebc

#dfaebc #bcdfae #aebcdf

Analogous Colors of #dfaebc

#dfaebc #dfb9ae #dfaed5

Monochromatic Colors of #dfaebc

#dfaebc

Complementary Color

#dfaebc #aedfd1

#dfaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaebc Color CSS Codes

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

#dfaebc Text Font Color

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

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


#dfaebc Background Color

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

This div background color is #dfaebc


#dfaebc Border Color

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

This div border color is #dfaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaebc


Comments

No comments written yet.

Please login to write comment.