Color Hex Logo

#fe9ade Color Hex

#FE9ADE
(254,154,222)
0 Favorites   0 Comments

Color spaces of #fe9ade

RGB 254154222
HSL0.890.980.80
HSV319°39°100°
CMYK 0.000.390.13   0.00
XYZ65.613549.456075.1950
Yxy49.45600.34490.2599
Hunter Lab70.325043.4726-14.1684
CIE-Lab75.734146.4918-18.6203

#fe9ade color RGB value is (254,154,222).

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

The process color (four color CMYK) of #fe9ade color hex is 0.00, 0.39, 0.13, 0.00. Web safe color of #fe9ade is #ff99cc. Color #fe9ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011010 11011110
Octal 376 232 336
Decimal 254 154 222
Hex FE 9A DE

RGB Percentages of Color #fe9ade

%40.32
%24.44
%35.24

CMYK Percentages of Color #fe9ade

%0
%39
%13
%0

Triadic Colors of #fe9ade

#fe9ade #defe9a #9adefe

Analogous Colors of #fe9ade

#fe9ade #fe9aac #ec9afe

Monochromatic Colors of #fe9ade

#fe9ade

Complementary Color

#fe9ade #9afeba

#fe9ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9ade Color CSS Codes

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

#fe9ade Text Font Color

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

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


#fe9ade Background Color

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

This div background color is #fe9ade


#fe9ade Border Color

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

This div border color is #fe9ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9ade


Comments

No comments written yet.

Please login to write comment.