Color Hex Logo

#feee5c Color Hex

#FEEE5C
(254,238,92)
0 Favorites   0 Comments

Color spaces of #feee5c

RGB 25423892
HSL0.150.990.68
HSV54°64°100°
CMYK 0.000.060.64   0.00
XYZ73.379482.992622.2769
Yxy82.99260.41070.4646
Hunter Lab91.1003-15.647449.2719
CIE-Lab93.0112-11.190170.1007

#feee5c color RGB value is (254,238,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 01011100
Octal 376 356 134
Decimal 254 238 92
Hex FE EE 5C

RGB Percentages of Color #feee5c

%43.49
%40.75
%15.75

CMYK Percentages of Color #feee5c

%0
%6
%64
%0

Triadic Colors of #feee5c

#feee5c #5cfeee #ee5cfe

Analogous Colors of #feee5c

#feee5c #bdfe5c #fe9d5c

Monochromatic Colors of #feee5c

#feee5c

Complementary Color

#feee5c #5c6cfe

#feee5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feee5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feee5c Color CSS Codes

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

#feee5c Text Font Color

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

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


#feee5c Background Color

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

This div background color is #feee5c


#feee5c Border Color

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

This div border color is #feee5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feee5c


Comments

No comments written yet.

Please login to write comment.