Color Hex Logo

#fee45a Color Hex

#FEE45A
(254,228,90)
0 Favorites   0 Comments

Color spaces of #fee45a

RGB 25422890
HSL0.140.990.67
HSV50°65°100°
CMYK 0.000.100.65   0.00
XYZ70.461977.295820.8787
Yxy77.29580.41780.4584
Hunter Lab87.9180-10.797747.4625
CIE-Lab90.4576-6.344568.2170

#fee45a color RGB value is (254,228,90).

#fee45a hex color red value is 254, green value is 228 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fee45a hue: 0.14 , saturation: 0.99 and the lightness value of fee45a is 0.67.

The process color (four color CMYK) of #fee45a color hex is 0.00, 0.10, 0.65, 0.00. Web safe color of #fee45a is #ffcc66. Color #fee45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 01011010
Octal 376 344 132
Decimal 254 228 90
Hex FE E4 5A

RGB Percentages of Color #fee45a

%44.41
%39.86
%15.73

CMYK Percentages of Color #fee45a

%0
%10
%65
%0

Triadic Colors of #fee45a

#fee45a #5afee4 #e45afe

Analogous Colors of #fee45a

#fee45a #c6fe5a #fe925a

Monochromatic Colors of #fee45a

#fee45a

Complementary Color

#fee45a #5a74fe

#fee45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee45a Color CSS Codes

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

#fee45a Text Font Color

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

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


#fee45a Background Color

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

This div background color is #fee45a


#fee45a Border Color

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

This div border color is #fee45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee45a


Comments

No comments written yet.

Please login to write comment.