Color Hex Logo

#feb9ed Color Hex

#FEB9ED
(254,185,237)
0 Favorites   0 Comments

Color spaces of #feb9ed

RGB 254185237
HSL0.870.970.86
HSV315°27°100°
CMYK 0.000.270.07   0.00
XYZ73.508161.883288.1911
Yxy61.88320.32880.2768
Hunter Lab78.665929.1313-11.4030
CIE-Lab82.851332.8707-15.9978

#feb9ed color RGB value is (254,185,237).

#feb9ed hex color red value is 254, green value is 185 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #feb9ed hue: 0.87 , saturation: 0.97 and the lightness value of feb9ed is 0.86.

The process color (four color CMYK) of #feb9ed color hex is 0.00, 0.27, 0.07, 0.00. Web safe color of #feb9ed is #ffccff. Color #feb9ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 11101101
Octal 376 271 355
Decimal 254 185 237
Hex FE B9 ED

RGB Percentages of Color #feb9ed

%37.57
%27.37
%35.06

CMYK Percentages of Color #feb9ed

%0
%27
%7
%0

Triadic Colors of #feb9ed

#feb9ed #edfeb9 #b9edfe

Analogous Colors of #feb9ed

#feb9ed #feb9cb #edb9fe

Monochromatic Colors of #feb9ed

#feb9ed

Complementary Color

#feb9ed #b9feca

#feb9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb9ed Color CSS Codes

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

#feb9ed Text Font Color

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

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


#feb9ed Background Color

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

This div background color is #feb9ed


#feb9ed Border Color

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

This div border color is #feb9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb9ed


Comments

No comments written yet.

Please login to write comment.