Color Hex Logo

#febaac Color Hex

#FEBAAC
(254,186,172)
0 Favorites   0 Comments

Color spaces of #febaac

RGB 254186172
HSL0.030.980.84
HSV10°32°100°
CMYK 0.000.270.32   0.00
XYZ65.878459.167246.9780
Yxy59.16720.38300.3439
Hunter Lab76.920218.266117.6336
CIE-Lab81.383422.735416.7756

#febaac color RGB value is (254,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10101100
Octal 376 272 254
Decimal 254 186 172
Hex FE BA AC

RGB Percentages of Color #febaac

%41.50
%30.39
%28.10

CMYK Percentages of Color #febaac

%0
%27
%32
%0

Triadic Colors of #febaac

#febaac #acfeba #baacfe

Analogous Colors of #febaac

#febaac #fee3ac #feacc7

Monochromatic Colors of #febaac

#febaac

Complementary Color

#febaac #acf0fe

#febaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#febaac Color CSS Codes

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

#febaac Text Font Color

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

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


#febaac Background Color

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

This div background color is #febaac


#febaac Border Color

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

This div border color is #febaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febaac


Comments

No comments written yet.

Please login to write comment.