Color Hex Logo

#febbac Color Hex

#FEBBAC
(254,187,172)
0 Favorites   0 Comments

Color spaces of #febbac

RGB 254187172
HSL0.030.980.84
HSV11°32°100°
CMYK 0.000.260.32   0.00
XYZ66.089859.590047.0484
Yxy59.59000.38260.3450
Hunter Lab77.194617.731617.9002
CIE-Lab81.614822.210717.0992

#febbac color RGB value is (254,187,172).

#febbac hex color red value is 254, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #febbac hue: 0.03 , saturation: 0.98 and the lightness value of febbac is 0.84.

The process color (four color CMYK) of #febbac color hex is 0.00, 0.26, 0.32, 0.00. Web safe color of #febbac is #ffcc99. Color #febbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 10101100
Octal 376 273 254
Decimal 254 187 172
Hex FE BB AC

RGB Percentages of Color #febbac

%41.44
%30.51
%28.06

CMYK Percentages of Color #febbac

%0
%26
%32
%0

Triadic Colors of #febbac

#febbac #acfebb #bbacfe

Analogous Colors of #febbac

#febbac #fee4ac #feacc6

Monochromatic Colors of #febbac

#febbac

Complementary Color

#febbac #aceffe

#febbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbac Color CSS Codes

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

#febbac Text Font Color

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

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


#febbac Background Color

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

This div background color is #febbac


#febbac Border Color

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

This div border color is #febbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbac


Comments

No comments written yet.

Please login to write comment.