Color Hex Logo

#fe9dad Color Hex

#FE9DAD
(254,157,173)
0 Favorites   0 Comments

Color spaces of #fe9dad

RGB 254157173
HSL0.970.980.81
HSV350°38°100°
CMYK 0.000.380.32   0.00
XYZ60.472848.201945.6518
Yxy48.20190.39180.3123
Hunter Lab69.427633.97879.6134
CIE-Lab74.952138.00687.1229

#fe9dad color RGB value is (254,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011101 10101101
Octal 376 235 255
Decimal 254 157 173
Hex FE 9D AD

RGB Percentages of Color #fe9dad

%43.49
%26.88
%29.62

CMYK Percentages of Color #fe9dad

%0
%38
%32
%0

Triadic Colors of #fe9dad

#fe9dad #adfe9d #9dadfe

Analogous Colors of #fe9dad

#fe9dad #febe9d #fe9dde

Monochromatic Colors of #fe9dad

#fe9dad

Complementary Color

#fe9dad #9dfeee

#fe9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9dad Color CSS Codes

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

#fe9dad Text Font Color

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

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


#fe9dad Background Color

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

This div background color is #fe9dad


#fe9dad Border Color

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

This div border color is #fe9dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,157,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 #fe9dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9dad


Comments

No comments written yet.

Please login to write comment.