Color Hex Logo

#febbec Color Hex

#FEBBEC
(254,187,236)
0 Favorites   0 Comments

Color spaces of #febbec

RGB 254187236
HSL0.880.970.86
HSV316°26°100°
CMYK 0.000.260.07   0.00
XYZ73.783762.667687.5641
Yxy62.66760.32940.2797
Hunter Lab79.162927.8358-10.1682
CIE-Lab83.267231.6509-14.8379

#febbec color RGB value is (254,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11101100
Octal 376 273 354
Decimal 254 187 236
Hex FE BB EC

RGB Percentages of Color #febbec

%37.52
%27.62
%34.86

CMYK Percentages of Color #febbec

%0
%26
%7
%0

Triadic Colors of #febbec

#febbec #ecfebb #bbecfe

Analogous Colors of #febbec

#febbec #febbcb #efbbfe

Monochromatic Colors of #febbec

#febbec

Complementary Color

#febbec #bbfecd

#febbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbec Color CSS Codes

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

#febbec Text Font Color

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

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


#febbec Background Color

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

This div background color is #febbec


#febbec Border Color

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

This div border color is #febbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbec


Comments

No comments written yet.

Please login to write comment.