Color Hex Logo

#fe9ad5 Color Hex

#FE9AD5
(254,154,213)
0 Favorites   0 Comments

Color spaces of #fe9ad5

RGB 254154213
HSL0.900.980.80
HSV325°39°100°
CMYK 0.000.390.16   0.00
XYZ64.438948.986169.0098
Yxy48.98610.35320.2685
Hunter Lab69.990141.8599-9.4665
CIE-Lab75.442745.0953-14.1364

#fe9ad5 color RGB value is (254,154,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011010 11010101
Octal 376 232 325
Decimal 254 154 213
Hex FE 9A D5

RGB Percentages of Color #fe9ad5

%40.90
%24.80
%34.30

CMYK Percentages of Color #fe9ad5

%0
%39
%16
%0

Triadic Colors of #fe9ad5

#fe9ad5 #d5fe9a #9ad5fe

Analogous Colors of #fe9ad5

#fe9ad5 #fe9aa3 #f59afe

Monochromatic Colors of #fe9ad5

#fe9ad5

Complementary Color

#fe9ad5 #9afec3

#fe9ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9ad5 Color CSS Codes

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

#fe9ad5 Text Font Color

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

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


#fe9ad5 Background Color

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

This div background color is #fe9ad5


#fe9ad5 Border Color

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

This div border color is #fe9ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9ad5

Related Colors


Comments

No comments written yet.

Please login to write comment.