Color Hex Logo

#feb9eb Color Hex

#FEB9EB
(254,185,235)
0 Favorites   0 Comments

Color spaces of #feb9eb

RGB 254185235
HSL0.880.970.86
HSV317°27°100°
CMYK 0.000.270.07   0.00
XYZ73.217461.766986.6605
Yxy61.76690.33030.2787
Hunter Lab78.591928.7574-10.3626
CIE-Lab82.789332.5320-15.0198

#feb9eb color RGB value is (254,185,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 11101011
Octal 376 271 353
Decimal 254 185 235
Hex FE B9 EB

RGB Percentages of Color #feb9eb

%37.69
%27.45
%34.87

CMYK Percentages of Color #feb9eb

%0
%27
%7
%0

Triadic Colors of #feb9eb

#feb9eb #ebfeb9 #b9ebfe

Analogous Colors of #feb9eb

#feb9eb #feb9c9 #efb9fe

Monochromatic Colors of #feb9eb

#feb9eb

Complementary Color

#feb9eb #b9fecc

#feb9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb9eb Color CSS Codes

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

#feb9eb Text Font Color

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

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


#feb9eb Background Color

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

This div background color is #feb9eb


#feb9eb Border Color

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

This div border color is #feb9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb9eb


Comments

No comments written yet.

Please login to write comment.