Color Hex Logo

#fee68e Color Hex

#FEE68E
(254,230,142)
0 Favorites   0 Comments

Color spaces of #fee68e

RGB 254230142
HSL0.130.980.78
HSV47°44°100°
CMYK 0.000.090.44   0.00
XYZ74.052379.617537.0559
Yxy79.61750.38830.4174
Hunter Lab89.2286-8.010137.8374
CIE-Lab91.5130-3.334445.7317

#fee68e color RGB value is (254,230,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 10001110
Octal 376 346 216
Decimal 254 230 142
Hex FE E6 8E

RGB Percentages of Color #fee68e

%40.58
%36.74
%22.68

CMYK Percentages of Color #fee68e

%0
%9
%44
%0

Triadic Colors of #fee68e

#fee68e #8efee6 #e68efe

Analogous Colors of #fee68e

#fee68e #defe8e #feae8e

Monochromatic Colors of #fee68e

#fee68e

Complementary Color

#fee68e #8ea6fe

#fee68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee68e Color CSS Codes

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

#fee68e Text Font Color

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

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


#fee68e Background Color

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

This div background color is #fee68e


#fee68e Border Color

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

This div border color is #fee68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee68e


Comments

No comments written yet.

Please login to write comment.