Color Hex Logo

#feee7e Color Hex

#FEEE7E
(254,238,126)
0 Favorites   0 Comments

Color spaces of #feee7e

RGB 254238126
HSL0.150.980.75
HSV53°50°100°
CMYK 0.000.060.50   0.00
XYZ75.213583.726331.9353
Yxy83.72630.39400.4386
Hunter Lab91.5021-13.404043.3585
CIE-Lab93.3315-8.780555.6203

#feee7e color RGB value is (254,238,126).

#feee7e hex color red value is 254, green value is 238 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #feee7e hue: 0.15 , saturation: 0.98 and the lightness value of feee7e is 0.75.

The process color (four color CMYK) of #feee7e color hex is 0.00, 0.06, 0.50, 0.00. Web safe color of #feee7e is #ffff66. Color #feee7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01111110
Octal 376 356 176
Decimal 254 238 126
Hex FE EE 7E

RGB Percentages of Color #feee7e

%41.10
%38.51
%20.39

CMYK Percentages of Color #feee7e

%0
%6
%50
%0

Triadic Colors of #feee7e

#feee7e #7efeee #ee7efe

Analogous Colors of #feee7e

#feee7e #cefe7e #feae7e

Monochromatic Colors of #feee7e

#feee7e

Complementary Color

#feee7e #7e8efe

#feee7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee7e Color CSS Codes

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

#feee7e Text Font Color

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

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


#feee7e Background Color

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

This div background color is #feee7e


#feee7e Border Color

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

This div border color is #feee7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee7e

Related Colors


Comments

No comments written yet.

Please login to write comment.