Color Hex Logo

#fee71a Color Hex

#FEE71A
(254,231,26)
0 Favorites   0 Comments

Color spaces of #fee71a

RGB 25423126
HSL0.150.990.55
HSV54°90°100°
CMYK 0.000.090.90   0.00
XYZ69.635478.297212.4200
Yxy78.29720.43430.4883
Hunter Lab88.4857-14.376253.6180
CIE-Lab90.9154-10.093987.3416

#fee71a color RGB value is (254,231,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 00011010
Octal 376 347 32
Decimal 254 231 26
Hex FE E7 1A

RGB Percentages of Color #fee71a

%49.71
%45.21
%5.09

CMYK Percentages of Color #fee71a

%0
%9
%90
%0

Triadic Colors of #fee71a

#fee71a #1afee7 #e71afe

Analogous Colors of #fee71a

#fee71a #a3fe1a #fe751a

Monochromatic Colors of #fee71a

#fee71a

Complementary Color

#fee71a #1a31fe

#fee71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee71a Color CSS Codes

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

#fee71a Text Font Color

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

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


#fee71a Background Color

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

This div background color is #fee71a


#fee71a Border Color

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

This div border color is #fee71a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,231,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 #fee71a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee71a


Comments

No comments written yet.

Please login to write comment.