Color Hex Logo

#dfaeca Color Hex

#DFAECA
(223,174,202)
0 Favorites   0 Comments

Color spaces of #dfaeca

RGB 223174202
HSL0.900.430.78
HSV326°22°87°
CMYK 0.000.220.09   0.13
XYZ56.228150.224362.6078
Yxy50.22430.33260.2971
Hunter Lab70.869117.6024-2.7701
CIE-Lab76.206722.2920-7.3333

#dfaeca color RGB value is (223,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11001010
Octal 337 256 312
Decimal 223 174 202
Hex DF AE CA

RGB Percentages of Color #dfaeca

%37.23
%29.05
%33.72

CMYK Percentages of Color #dfaeca

%0
%22
%9
%13

Triadic Colors of #dfaeca

#dfaeca #cadfae #aecadf

Analogous Colors of #dfaeca

#dfaeca #dfaeb2 #dcaedf

Monochromatic Colors of #dfaeca

#dfaeca

Complementary Color

#dfaeca #aedfc3

#dfaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeca Color CSS Codes

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

#dfaeca Text Font Color

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

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


#dfaeca Background Color

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

This div background color is #dfaeca


#dfaeca Border Color

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

This div border color is #dfaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeca


Comments

No comments written yet.

Please login to write comment.