Color Hex Logo

#feebac Color Hex

#FEEBAC
(254,235,172)
0 Favorites   0 Comments

Color spaces of #feebac

RGB 254235172
HSL0.130.980.84
HSV46°32°100°
CMYK 0.000.070.32   0.00
XYZ78.027883.466051.0278
Yxy83.46600.36720.3927
Hunter Lab91.3597-7.427630.8361
CIE-Lab93.2181-2.593932.9567

#feebac color RGB value is (254,235,172).

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

The process color (four color CMYK) of #feebac color hex is 0.00, 0.07, 0.32, 0.00. Web safe color of #feebac is #ffff99. Color #feebac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 10101100
Octal 376 353 254
Decimal 254 235 172
Hex FE EB AC

RGB Percentages of Color #feebac

%38.43
%35.55
%26.02

CMYK Percentages of Color #feebac

%0
%7
%32
%0

Triadic Colors of #feebac

#feebac #acfeeb #ebacfe

Analogous Colors of #feebac

#feebac #e8feac #fec2ac

Monochromatic Colors of #feebac

#feebac

Complementary Color

#feebac #acbffe

#feebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebac Color CSS Codes

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

#feebac Text Font Color

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

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


#feebac Background Color

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

This div background color is #feebac


#feebac Border Color

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

This div border color is #feebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebac

#feebac Color Palettes


Comments

No comments written yet.

Please login to write comment.