Color Hex Logo

#dfacda Color Hex

#DFACDA
(223,172,218)
0 Favorites   0 Comments

Color spaces of #dfacda

RGB 223172218
HSL0.850.440.77
HSV306°23°87°
CMYK 0.000.230.02   0.13
XYZ57.838850.255072.9814
Yxy50.25500.31940.2775
Hunter Lab70.890821.5769-11.4150
CIE-Lab76.225526.1813-16.0211

#dfacda color RGB value is (223,172,218).

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

The process color (four color CMYK) of #dfacda color hex is 0.00, 0.23, 0.02, 0.13. Web safe color of #dfacda is #cc99cc. Color #dfacda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11011010
Octal 337 254 332
Decimal 223 172 218
Hex DF AC DA

RGB Percentages of Color #dfacda

%36.38
%28.06
%35.56

CMYK Percentages of Color #dfacda

%0
%23
%2
%13

Triadic Colors of #dfacda

#dfacda #dadfac #acdadf

Analogous Colors of #dfacda

#dfacda #dfacc1 #cbacdf

Monochromatic Colors of #dfacda

#dfacda

Complementary Color

#dfacda #acdfb1

#dfacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacda Color CSS Codes

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

#dfacda Text Font Color

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

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


#dfacda Background Color

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

This div background color is #dfacda


#dfacda Border Color

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

This div border color is #dfacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacda


Comments

No comments written yet.

Please login to write comment.