Color Hex Logo

#feee7a Color Hex

#FEEE7A
(254,238,122)
0 Favorites   0 Comments

Color spaces of #feee7a

RGB 254238122
HSL0.150.990.74
HSV53°52°100°
CMYK 0.000.060.52   0.00
XYZ74.960483.625030.6028
Yxy83.62500.39620.4420
Hunter Lab91.4467-13.712344.1712
CIE-Lab93.2874-9.109757.4188

#feee7a color RGB value is (254,238,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01111010
Octal 376 356 172
Decimal 254 238 122
Hex FE EE 7A

RGB Percentages of Color #feee7a

%41.37
%38.76
%19.87

CMYK Percentages of Color #feee7a

%0
%6
%52
%0

Triadic Colors of #feee7a

#feee7a #7afeee #ee7afe

Analogous Colors of #feee7a

#feee7a #ccfe7a #feac7a

Monochromatic Colors of #feee7a

#feee7a

Complementary Color

#feee7a #7a8afe

#feee7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee7a Color CSS Codes

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

#feee7a Text Font Color

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

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


#feee7a Background Color

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

This div background color is #feee7a


#feee7a Border Color

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

This div border color is #feee7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee7a

Related Colors


Comments

No comments written yet.

Please login to write comment.