Color Hex Logo

#fee48a Color Hex

#FEE48A
(254,228,138)
0 Favorites   0 Comments

Color spaces of #fee48a

RGB 254228138
HSL0.130.980.77
HSV47°46°100°
CMYK 0.000.100.46   0.00
XYZ73.203978.392635.3178
Yxy78.39260.39160.4194
Hunter Lab88.5396-7.361838.3274
CIE-Lab90.9588-2.709346.9944

#fee48a color RGB value is (254,228,138).

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

The process color (four color CMYK) of #fee48a color hex is 0.00, 0.10, 0.46, 0.00. Web safe color of #fee48a is #ffcc99. Color #fee48a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 10001010
Octal 376 344 212
Decimal 254 228 138
Hex FE E4 8A

RGB Percentages of Color #fee48a

%40.97
%36.77
%22.26

CMYK Percentages of Color #fee48a

%0
%10
%46
%0

Triadic Colors of #fee48a

#fee48a #8afee4 #e48afe

Analogous Colors of #fee48a

#fee48a #defe8a #feaa8a

Monochromatic Colors of #fee48a

#fee48a

Complementary Color

#fee48a #8aa4fe

#fee48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee48a Color CSS Codes

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

#fee48a Text Font Color

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

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


#fee48a Background Color

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

This div background color is #fee48a


#fee48a Border Color

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

This div border color is #fee48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee48a

Related Colors


Comments

No comments written yet.

Please login to write comment.