Color Hex Logo

#febcac Color Hex

#FEBCAC
(254,188,172)
0 Favorites   0 Comments

Color spaces of #febcac

RGB 254188172
HSL0.030.980.84
HSV12°32°100°
CMYK 0.000.260.32   0.00
XYZ66.302760.015847.1194
Yxy60.01580.38230.3460
Hunter Lab77.469917.197218.1670
CIE-Lab81.846821.686017.4231

#febcac color RGB value is (254,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10101100
Octal 376 274 254
Decimal 254 188 172
Hex FE BC AC

RGB Percentages of Color #febcac

%41.37
%30.62
%28.01

CMYK Percentages of Color #febcac

%0
%26
%32
%0

Triadic Colors of #febcac

#febcac #acfebc #bcacfe

Analogous Colors of #febcac

#febcac #fee5ac #feacc5

Monochromatic Colors of #febcac

#febcac

Complementary Color

#febcac #aceefe

#febcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcac Color CSS Codes

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

#febcac Text Font Color

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

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


#febcac Background Color

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

This div background color is #febcac


#febcac Border Color

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

This div border color is #febcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,188,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 #febcac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcac


Comments

No comments written yet.

Please login to write comment.