Color Hex Logo

#fe9dbd Color Hex

#FE9DBD
(254,157,189)
0 Favorites   0 Comments

Color spaces of #fe9dbd

RGB 254157189
HSL0.950.980.81
HSV340°38°100°
CMYK 0.000.380.26   0.00
XYZ62.115348.858954.3010
Yxy48.85890.37580.2956
Hunter Lab69.899136.29912.8701
CIE-Lab75.363540.0924-1.0802

#fe9dbd color RGB value is (254,157,189).

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

The process color (four color CMYK) of #fe9dbd color hex is 0.00, 0.38, 0.26, 0.00. Web safe color of #fe9dbd is #ff99cc. Color #fe9dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011101 10111101
Octal 376 235 275
Decimal 254 157 189
Hex FE 9D BD

RGB Percentages of Color #fe9dbd

%42.33
%26.17
%31.50

CMYK Percentages of Color #fe9dbd

%0
%38
%26
%0

Triadic Colors of #fe9dbd

#fe9dbd #bdfe9d #9dbdfe

Analogous Colors of #fe9dbd

#fe9dbd #feae9d #fe9dee

Monochromatic Colors of #fe9dbd

#fe9dbd

Complementary Color

#fe9dbd #9dfede

#fe9dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9dbd Color CSS Codes

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

#fe9dbd Text Font Color

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

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


#fe9dbd Background Color

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

This div background color is #fe9dbd


#fe9dbd Border Color

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

This div border color is #fe9dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9dbd

Related Colors


Comments

No comments written yet.

Please login to write comment.