Color Hex Logo

#fe9dbc Color Hex

#FE9DBC
(254,157,188)
0 Favorites   0 Comments

Color spaces of #fe9dbc

RGB 254157188
HSL0.950.980.81
HSV341°38°100°
CMYK 0.000.380.26   0.00
XYZ62.007148.815653.7312
Yxy48.81560.37680.2967
Hunter Lab69.868236.14723.3115
CIE-Lab75.336539.9567-0.5701

#fe9dbc color RGB value is (254,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011101 10111100
Octal 376 235 274
Decimal 254 157 188
Hex FE 9D BC

RGB Percentages of Color #fe9dbc

%42.40
%26.21
%31.39

CMYK Percentages of Color #fe9dbc

%0
%38
%26
%0

Triadic Colors of #fe9dbc

#fe9dbc #bcfe9d #9dbcfe

Analogous Colors of #fe9dbc

#fe9dbc #feaf9d #fe9ded

Monochromatic Colors of #fe9dbc

#fe9dbc

Complementary Color

#fe9dbc #9dfedf

#fe9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9dbc Color CSS Codes

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

#fe9dbc Text Font Color

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

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


#fe9dbc Background Color

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

This div background color is #fe9dbc


#fe9dbc Border Color

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

This div border color is #fe9dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9dbc


Comments

No comments written yet.

Please login to write comment.