Color Hex Logo

#fee18e Color Hex

#FEE18E
(254,225,142)
0 Favorites   0 Comments

Color spaces of #fee18e

RGB 254225142
HSL0.120.980.78
HSV44°44°100°
CMYK 0.000.110.44   0.00
XYZ72.680776.874336.5987
Yxy76.87430.39040.4130
Hunter Lab87.6780-5.468836.6257
CIE-Lab90.2637-0.808044.1545

#fee18e color RGB value is (254,225,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 10001110
Octal 376 341 216
Decimal 254 225 142
Hex FE E1 8E

RGB Percentages of Color #fee18e

%40.90
%36.23
%22.87

CMYK Percentages of Color #fee18e

%0
%11
%44
%0

Triadic Colors of #fee18e

#fee18e #8efee1 #e18efe

Analogous Colors of #fee18e

#fee18e #e3fe8e #fea98e

Monochromatic Colors of #fee18e

#fee18e

Complementary Color

#fee18e #8eabfe

#fee18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee18e Color CSS Codes

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

#fee18e Text Font Color

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

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


#fee18e Background Color

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

This div background color is #fee18e


#fee18e Border Color

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

This div border color is #fee18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee18e


Comments

No comments written yet.

Please login to write comment.