Color Hex Logo

#fee2ab Color Hex

#FEE2AB
(254,226,171)
0 Favorites   0 Comments

Color spaces of #fee2ab

RGB 254226171
HSL0.110.980.83
HSV40°33°100°
CMYK 0.000.110.33   0.00
XYZ75.420178.403849.6865
Yxy78.40380.37060.3853
Hunter Lab88.5459-2.915728.7123
CIE-Lab90.96391.847930.4433

#fee2ab color RGB value is (254,226,171).

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

The process color (four color CMYK) of #fee2ab color hex is 0.00, 0.11, 0.33, 0.00. Web safe color of #fee2ab is #ffcc99. Color #fee2ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 10101011
Octal 376 342 253
Decimal 254 226 171
Hex FE E2 AB

RGB Percentages of Color #fee2ab

%39.02
%34.72
%26.27

CMYK Percentages of Color #fee2ab

%0
%11
%33
%0

Triadic Colors of #fee2ab

#fee2ab #abfee2 #e2abfe

Analogous Colors of #fee2ab

#fee2ab #f1feab #feb9ab

Monochromatic Colors of #fee2ab

#fee2ab

Complementary Color

#fee2ab #abc7fe

#fee2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee2ab Color CSS Codes

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

#fee2ab Text Font Color

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

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


#fee2ab Background Color

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

This div background color is #fee2ab


#fee2ab Border Color

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

This div border color is #fee2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee2ab


Comments

No comments written yet.

Please login to write comment.