Color Hex Logo

#feef1a Color Hex

#FEEF1A
(254,239,26)
0 Favorites   0 Comments

Color spaces of #feef1a

RGB 25423926
HSL0.160.990.55
HSV56°90°100°
CMYK 0.000.060.90   0.00
XYZ71.926082.878413.1835
Yxy82.87840.42820.4934
Hunter Lab91.0376-18.288455.1403
CIE-Lab92.9612-14.023088.9207

#feef1a color RGB value is (254,239,26).

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

The process color (four color CMYK) of #feef1a color hex is 0.00, 0.06, 0.90, 0.00. Web safe color of #feef1a is #ffff33. Color #feef1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 00011010
Octal 376 357 32
Decimal 254 239 26
Hex FE EF 1A

RGB Percentages of Color #feef1a

%48.94
%46.05
%5.01

CMYK Percentages of Color #feef1a

%0
%6
%90
%0

Triadic Colors of #feef1a

#feef1a #1afeef #ef1afe

Analogous Colors of #feef1a

#feef1a #9bfe1a #fe7d1a

Monochromatic Colors of #feef1a

#feef1a

Complementary Color

#feef1a #1a29fe

#feef1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef1a Color CSS Codes

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

#feef1a Text Font Color

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

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


#feef1a Background Color

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

This div background color is #feef1a


#feef1a Border Color

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

This div border color is #feef1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef1a

Related Colors

#feef1a Color Palettes


Comments

No comments written yet.

Please login to write comment.