Color Hex Logo

#feef0a Color Hex

#FEEF0A
(254,239,10)
0 Favorites   0 Comments

Color spaces of #feef0a

RGB 25423910
HSL0.160.990.52
HSV56°96°100°
CMYK 0.000.060.96   0.00
XYZ71.794382.825712.4902
Yxy82.82570.42960.4956
Hunter Lab91.0086-18.451255.5690
CIE-Lab92.9381-14.201790.6466

#feef0a color RGB value is (254,239,10).

#feef0a hex color red value is 254, green value is 239 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #feef0a hue: 0.16 , saturation: 0.99 and the lightness value of feef0a is 0.52.

The process color (four color CMYK) of #feef0a color hex is 0.00, 0.06, 0.96, 0.00. Web safe color of #feef0a is #ffff00. Color #feef0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 00001010
Octal 376 357 12
Decimal 254 239 10
Hex FE EF A

RGB Percentages of Color #feef0a

%50.50
%47.51
%1.99

CMYK Percentages of Color #feef0a

%0
%6
%96
%0

Triadic Colors of #feef0a

#feef0a #0afeef #ef0afe

Analogous Colors of #feef0a

#feef0a #93fe0a #fe750a

Monochromatic Colors of #feef0a

#feef0a

Complementary Color

#feef0a #0a19fe

#feef0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef0a Color CSS Codes

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

#feef0a Text Font Color

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

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


#feef0a Background Color

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

This div background color is #feef0a


#feef0a Border Color

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

This div border color is #feef0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef0a


Comments

No comments written yet.

Please login to write comment.