Color Hex Logo

#feaaba Color Hex

#FEAABA
(254,170,186)
0 Favorites   0 Comments

Color spaces of #feaaba

RGB 254170186
HSL0.970.980.83
HSV349°33°100°
CMYK 0.000.330.27   0.00
XYZ64.110753.365553.3759
Yxy53.36550.37520.3123
Hunter Lab73.051728.81247.8154
CIE-Lab78.090332.93614.5271

#feaaba color RGB value is (254,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 10111010
Octal 376 252 272
Decimal 254 170 186
Hex FE AA BA

RGB Percentages of Color #feaaba

%41.64
%27.87
%30.49

CMYK Percentages of Color #feaaba

%0
%33
%27
%0

Triadic Colors of #feaaba

#feaaba #bafeaa #aabafe

Analogous Colors of #feaaba

#feaaba #fec4aa #feaae4

Monochromatic Colors of #feaaba

#feaaba

Complementary Color

#feaaba #aafeee

#feaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaaba Color CSS Codes

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

#feaaba Text Font Color

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

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


#feaaba Background Color

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

This div background color is #feaaba


#feaaba Border Color

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

This div border color is #feaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaaba

Related Colors


Comments

No comments written yet.

Please login to write comment.