Color Hex Logo

#feaabc Color Hex

#FEAABC
(254,170,188)
0 Favorites   0 Comments

Color spaces of #feaabc

RGB 254170188
HSL0.960.980.83
HSV347°33°100°
CMYK 0.000.330.26   0.00
XYZ64.324953.451154.5038
Yxy53.45110.37340.3103
Hunter Lab73.110329.10746.9764
CIE-Lab78.140633.20723.5107

#feaabc color RGB value is (254,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 10111100
Octal 376 252 274
Decimal 254 170 188
Hex FE AA BC

RGB Percentages of Color #feaabc

%41.50
%27.78
%30.72

CMYK Percentages of Color #feaabc

%0
%33
%26
%0

Triadic Colors of #feaabc

#feaabc #bcfeaa #aabcfe

Analogous Colors of #feaabc

#feaabc #fec2aa #feaae6

Monochromatic Colors of #feaabc

#feaabc

Complementary Color

#feaabc #aafeec

#feaabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaabc Color CSS Codes

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

#feaabc Text Font Color

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

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


#feaabc Background Color

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

This div background color is #feaabc


#feaabc Border Color

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

This div border color is #feaabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaabc


Comments

No comments written yet.

Please login to write comment.