Color Hex Logo

#fe9aad Color Hex

#FE9AAD
(254,154,173)
0 Favorites   0 Comments

Color spaces of #fe9aad

RGB 254154173
HSL0.970.980.80
HSV349°39°100°
CMYK 0.000.390.32   0.00
XYZ59.971547.199245.4847
Yxy47.19920.39290.3092
Hunter Lab68.701735.58948.8376
CIE-Lab74.317039.55266.2108

#fe9aad color RGB value is (254,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011010 10101101
Octal 376 232 255
Decimal 254 154 173
Hex FE 9A AD

RGB Percentages of Color #fe9aad

%43.72
%26.51
%29.78

CMYK Percentages of Color #fe9aad

%0
%39
%32
%0

Triadic Colors of #fe9aad

#fe9aad #adfe9a #9aadfe

Analogous Colors of #fe9aad

#fe9aad #feb99a #fe9adf

Monochromatic Colors of #fe9aad

#fe9aad

Complementary Color

#fe9aad #9afeeb

#fe9aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9aad Color CSS Codes

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

#fe9aad Text Font Color

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

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


#fe9aad Background Color

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

This div background color is #fe9aad


#fe9aad Border Color

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

This div border color is #fe9aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9aad


Comments

No comments written yet.

Please login to write comment.