Color Hex Logo

#fe9aaa Color Hex

#FE9AAA
(254,154,170)
1 Favorites   0 Comments

Color spaces of #fe9aaa

RGB 254154170
HSL0.970.980.80
HSV350°39°100°
CMYK 0.000.390.33   0.00
XYZ59.684447.084343.9727
Yxy47.08430.39590.3124
Hunter Lab68.618035.179010.0376
CIE-Lab74.243739.18347.7596

#fe9aaa color RGB value is (254,154,170).

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

The process color (four color CMYK) of #fe9aaa color hex is 0.00, 0.39, 0.33, 0.00. Web safe color of #fe9aaa is #ff9999. Color #fe9aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011010 10101010
Octal 376 232 252
Decimal 254 154 170
Hex FE 9A AA

RGB Percentages of Color #fe9aaa

%43.94
%26.64
%29.41

CMYK Percentages of Color #fe9aaa

%0
%39
%33
%0

Triadic Colors of #fe9aaa

#fe9aaa #aafe9a #9aaafe

Analogous Colors of #fe9aaa

#fe9aaa #febc9a #fe9adc

Monochromatic Colors of #fe9aaa

#fe9aaa

Complementary Color

#fe9aaa #9afeee

#fe9aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9aaa Color CSS Codes

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

#fe9aaa Text Font Color

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

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


#fe9aaa Background Color

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

This div background color is #fe9aaa


#fe9aaa Border Color

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

This div border color is #fe9aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9aaa


Comments

No comments written yet.

Please login to write comment.