Color Hex Logo

#ffacec Color Hex

#FFACEC
(255,172,236)
0 Favorites   0 Comments

Color spaces of #ffacec

RGB 255172236
HSL0.871.000.84
HSV314°33°100°
CMYK 0.000.330.07   0.00
XYZ71.132856.821286.5754
Yxy56.82120.33160.2649
Hunter Lab75.379836.5283-15.3300
CIE-Lab80.078939.8228-19.6322

#ffacec color RGB value is (255,172,236).

#ffacec hex color red value is 255, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ffacec hue: 0.87 , saturation: 1.00 and the lightness value of ffacec is 0.84.

The process color (four color CMYK) of #ffacec color hex is 0.00, 0.33, 0.07, 0.00. Web safe color of #ffacec is #ff99ff. Color #ffacec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11101100
Octal 377 254 354
Decimal 255 172 236
Hex FF AC EC

RGB Percentages of Color #ffacec

%38.46
%25.94
%35.60

CMYK Percentages of Color #ffacec

%0
%33
%7
%0

Triadic Colors of #ffacec

#ffacec #ecffac #acecff

Analogous Colors of #ffacec

#ffacec #ffacc3 #e9acff

Monochromatic Colors of #ffacec

#ffacec

Complementary Color

#ffacec #acffbf

#ffacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacec Color CSS Codes

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

#ffacec Text Font Color

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

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


#ffacec Background Color

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

This div background color is #ffacec


#ffacec Border Color

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

This div border color is #ffacec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ffacec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacec


Comments

No comments written yet.

Please login to write comment.