Color Hex Logo

#fee75b Color Hex

#FEE75B
(254,231,91)
0 Favorites   0 Comments

Color spaces of #fee75b

RGB 25423191
HSL0.140.990.68
HSV52°64°100°
CMYK 0.000.090.64   0.00
XYZ71.337378.978021.3819
Yxy78.97800.41550.4600
Hunter Lab88.8696-12.236447.9436
CIE-Lab91.2243-7.783268.6198

#fee75b color RGB value is (254,231,91).

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

The process color (four color CMYK) of #fee75b color hex is 0.00, 0.09, 0.64, 0.00. Web safe color of #fee75b is #ffff66. Color #fee75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 01011011
Octal 376 347 133
Decimal 254 231 91
Hex FE E7 5B

RGB Percentages of Color #fee75b

%44.10
%40.10
%15.80

CMYK Percentages of Color #fee75b

%0
%9
%64
%0

Triadic Colors of #fee75b

#fee75b #5bfee7 #e75bfe

Analogous Colors of #fee75b

#fee75b #c4fe5b #fe965b

Monochromatic Colors of #fee75b

#fee75b

Complementary Color

#fee75b #5b72fe

#fee75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee75b Color CSS Codes

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

#fee75b Text Font Color

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

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


#fee75b Background Color

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

This div background color is #fee75b


#fee75b Border Color

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

This div border color is #fee75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee75b

Related Colors


Comments

No comments written yet.

Please login to write comment.