Color Hex Logo

#feaaca Color Hex

#FEAACA
(254,170,202)
0 Favorites   0 Comments

Color spaces of #feaaca

RGB 254170202
HSL0.940.980.83
HSV337°33°100°
CMYK 0.000.330.20   0.00
XYZ65.908454.084562.8427
Yxy54.08450.36050.2958
Hunter Lab73.542231.27270.8155
CIE-Lab78.511035.1837-3.5682

#feaaca color RGB value is (254,170,202).

#feaaca hex color red value is 254, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #feaaca hue: 0.94 , saturation: 0.98 and the lightness value of feaaca is 0.83.

The process color (four color CMYK) of #feaaca color hex is 0.00, 0.33, 0.20, 0.00. Web safe color of #feaaca is #ff99cc. Color #feaaca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11001010
Octal 376 252 312
Decimal 254 170 202
Hex FE AA CA

RGB Percentages of Color #feaaca

%40.58
%27.16
%32.27

CMYK Percentages of Color #feaaca

%0
%33
%20
%0

Triadic Colors of #feaaca

#feaaca #cafeaa #aacafe

Analogous Colors of #feaaca

#feaaca #feb4aa #feaaf4

Monochromatic Colors of #feaaca

#feaaca

Complementary Color

#feaaca #aafede

#feaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaaca Color CSS Codes

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

#feaaca Text Font Color

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

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


#feaaca Background Color

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

This div background color is #feaaca


#feaaca Border Color

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

This div border color is #feaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaaca


Comments

No comments written yet.

Please login to write comment.