Color Hex Logo

#fee7ab Color Hex

#FEE7AB
(254,231,171)
1 Favorites   0 Comments

Color spaces of #fee7ab

RGB 254231171
HSL0.120.980.83
HSV43°33°100°
CMYK 0.000.090.33   0.00
XYZ76.799781.162950.1463
Yxy81.16290.36900.3900
Hunter Lab90.0905-5.491830.0612
CIE-Lab92.2041-0.692732.1082

#fee7ab color RGB value is (254,231,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 10101011
Octal 376 347 253
Decimal 254 231 171
Hex FE E7 AB

RGB Percentages of Color #fee7ab

%38.72
%35.21
%26.07

CMYK Percentages of Color #fee7ab

%0
%9
%33
%0

Triadic Colors of #fee7ab

#fee7ab #abfee7 #e7abfe

Analogous Colors of #fee7ab

#fee7ab #ecfeab #febeab

Monochromatic Colors of #fee7ab

#fee7ab

Complementary Color

#fee7ab #abc2fe

#fee7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee7ab Color CSS Codes

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

#fee7ab Text Font Color

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

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


#fee7ab Background Color

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

This div background color is #fee7ab


#fee7ab Border Color

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

This div border color is #fee7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee7ab

#fee7ab Color Palettes


Comments

No comments written yet.

Please login to write comment.