Color Hex Logo

#feebab Color Hex

#FEEBAB
(254,235,171)
0 Favorites   0 Comments

Color spaces of #feebab

RGB 254235171
HSL0.130.980.83
HSV46°33°100°
CMYK 0.000.070.33   0.00
XYZ77.932183.427850.5238
Yxy83.42780.36780.3937
Hunter Lab91.3388-7.543231.1411
CIE-Lab93.2014-2.713533.4411

#feebab color RGB value is (254,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 10101011
Octal 376 353 253
Decimal 254 235 171
Hex FE EB AB

RGB Percentages of Color #feebab

%38.48
%35.61
%25.91

CMYK Percentages of Color #feebab

%0
%7
%33
%0

Triadic Colors of #feebab

#feebab #abfeeb #ebabfe

Analogous Colors of #feebab

#feebab #e8feab #fec2ab

Monochromatic Colors of #feebab

#feebab

Complementary Color

#feebab #abbefe

#feebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebab Color CSS Codes

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

#feebab Text Font Color

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

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


#feebab Background Color

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

This div background color is #feebab


#feebab Border Color

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

This div border color is #feebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebab


Comments

No comments written yet.

Please login to write comment.