Color Hex Logo

#dfacec Color Hex

#DFACEC
(223,172,236)
0 Favorites   0 Comments

Color spaces of #dfacec

RGB 223172236
HSL0.800.630.80
HSV288°27°93°
CMYK 0.060.270.00   0.07
XYZ60.324351.249286.0695
Yxy51.24920.30520.2593
Hunter Lab71.588525.1336-21.1712
CIE-Lab76.829729.5613-24.8727

#dfacec color RGB value is (223,172,236).

#dfacec hex color red value is 223, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dfacec hue: 0.80 , saturation: 0.63 and the lightness value of dfacec is 0.80.

The process color (four color CMYK) of #dfacec color hex is 0.06, 0.27, 0.00, 0.07. Web safe color of #dfacec is #cc99ff. Color #dfacec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101100 11101100
Octal 337 254 354
Decimal 223 172 236
Hex DF AC EC

RGB Percentages of Color #dfacec

%35.34
%27.26
%37.40

CMYK Percentages of Color #dfacec

%6
%27
%0
%7

Triadic Colors of #dfacec

#dfacec #ecdfac #acecdf

Analogous Colors of #dfacec

#dfacec #ecacd9 #bfacec

Monochromatic Colors of #dfacec

#dfacec

Complementary Color

#dfacec #b9ecac

#dfacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfacec Color CSS Codes

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

#dfacec Text Font Color

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

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


#dfacec Background Color

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

This div background color is #dfacec


#dfacec Border Color

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

This div border color is #dfacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfacec


Comments

No comments written yet.

Please login to write comment.