Color Hex Logo

#fee18a Color Hex

#FEE18A
(254,225,138)
0 Favorites   0 Comments

Color spaces of #fee18a

RGB 254225138
HSL0.130.980.77
HSV45°46°100°
CMYK 0.000.110.46   0.00
XYZ72.385776.756235.0451
Yxy76.75620.39300.4167
Hunter Lab87.6106-5.838237.6109
CIE-Lab90.2093-1.192846.0568

#fee18a color RGB value is (254,225,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 10001010
Octal 376 341 212
Decimal 254 225 138
Hex FE E1 8A

RGB Percentages of Color #fee18a

%41.17
%36.47
%22.37

CMYK Percentages of Color #fee18a

%0
%11
%46
%0

Triadic Colors of #fee18a

#fee18a #8afee1 #e18afe

Analogous Colors of #fee18a

#fee18a #e1fe8a #fea78a

Monochromatic Colors of #fee18a

#fee18a

Complementary Color

#fee18a #8aa7fe

#fee18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee18a Color CSS Codes

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

#fee18a Text Font Color

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

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


#fee18a Background Color

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

This div background color is #fee18a


#fee18a Border Color

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

This div border color is #fee18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee18a


Comments

No comments written yet.

Please login to write comment.