Color Hex Logo

#fee45b Color Hex

#FEE45B
(254,228,91)
0 Favorites   0 Comments

Color spaces of #fee45b

RGB 25422891
HSL0.140.990.68
HSV50°64°100°
CMYK 0.000.100.64   0.00
XYZ70.504877.313021.1044
Yxy77.31300.41740.4577
Hunter Lab87.9278-10.743747.3187
CIE-Lab90.4655-6.286767.8165

#fee45b color RGB value is (254,228,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 01011011
Octal 376 344 133
Decimal 254 228 91
Hex FE E4 5B

RGB Percentages of Color #fee45b

%44.33
%39.79
%15.88

CMYK Percentages of Color #fee45b

%0
%10
%64
%0

Triadic Colors of #fee45b

#fee45b #5bfee4 #e45bfe

Analogous Colors of #fee45b

#fee45b #c7fe5b #fe935b

Monochromatic Colors of #fee45b

#fee45b

Complementary Color

#fee45b #5b75fe

#fee45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee45b Color CSS Codes

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

#fee45b Text Font Color

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

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


#fee45b Background Color

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

This div background color is #fee45b


#fee45b Border Color

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

This div border color is #fee45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee45b


Comments

No comments written yet.

Please login to write comment.