Color Hex Logo

#feacea Color Hex

#FEACEA
(254,172,234)
0 Favorites   0 Comments

Color spaces of #feacea

RGB 254172234
HSL0.870.980.84
HSV315°32°100°
CMYK 0.000.320.08   0.00
XYZ70.476956.516485.0361
Yxy56.51640.33240.2665
Hunter Lab75.177435.7788-14.4411
CIE-Lab79.906839.1650-18.8242

#feacea color RGB value is (254,172,234).

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

The process color (four color CMYK) of #feacea color hex is 0.00, 0.32, 0.08, 0.00. Web safe color of #feacea is #ff99ff. Color #feacea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11101010
Octal 376 254 352
Decimal 254 172 234
Hex FE AC EA

RGB Percentages of Color #feacea

%38.48
%26.06
%35.45

CMYK Percentages of Color #feacea

%0
%32
%8
%0

Triadic Colors of #feacea

#feacea #eafeac #aceafe

Analogous Colors of #feacea

#feacea #feacc1 #e9acfe

Monochromatic Colors of #feacea

#feacea

Complementary Color

#feacea #acfec0

#feacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacea Color CSS Codes

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

#feacea Text Font Color

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

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


#feacea Background Color

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

This div background color is #feacea


#feacea Border Color

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

This div border color is #feacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacea

Related Colors


Comments

No comments written yet.

Please login to write comment.