Color Hex Logo

#dfaeba Color Hex

#DFAEBA
(223,174,186)
0 Favorites   0 Comments

Color spaces of #dfaeba

RGB 223174186
HSL0.960.430.78
HSV345°22°87°
CMYK 0.000.220.17   0.13
XYZ54.430449.505253.1410
Yxy49.50520.34650.3152
Hunter Lab70.359914.95764.4718
CIE-Lab75.764519.67630.7488

#dfaeba color RGB value is (223,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10111010
Octal 337 256 272
Decimal 223 174 186
Hex DF AE BA

RGB Percentages of Color #dfaeba

%38.25
%29.85
%31.90

CMYK Percentages of Color #dfaeba

%0
%22
%17
%13

Triadic Colors of #dfaeba

#dfaeba #badfae #aebadf

Analogous Colors of #dfaeba

#dfaeba #dfbbae #dfaed3

Monochromatic Colors of #dfaeba

#dfaeba

Complementary Color

#dfaeba #aedfd3

#dfaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaeba Color CSS Codes

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

#dfaeba Text Font Color

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

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


#dfaeba Background Color

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

This div background color is #dfaeba


#dfaeba Border Color

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

This div border color is #dfaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaeba


Comments

No comments written yet.

Please login to write comment.