color codes Logo

#fee82b color codes

#FEE82B
(254,232,43)
0 Favorites   0 Comments

Color spaces of #fee82b

RGB 25423243
HSL0.150.990.58
HSV54°83°100°
CMYK 0.000.090.83   0.00
XYZ70.165778.958513.8279
Yxy78.95850.43060.4846
Hunter Lab88.8586-14.553052.9745
CIE-Lab91.2155-10.246484.3244

#fee82b color RGB value is (254,232,43).

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

The process color (four color CMYK) of #fee82b color code is 0.00, 0.09, 0.83, 0.00. Web safe color of #fee82b is #ffff33. Color #fee82b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 00101011
Octal 376 350 53
Decimal 254 232 43
Hex FE E8 2B

RGB Percentages of Color #fee82b

%48.02
%43.86
%8.13

CMYK Percentages of Color #fee82b

%0
%9
%83
%0

Triadic Colors of #fee82b

#fee82b #2bfee8 #e82bfe

Analogous Colors of #fee82b

#fee82b #abfe2b #fe7f2b

Monochromatic Colors of #fee82b

#fee82b

Complementary Color

#fee82b #2b41fe

#fee82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee82b Color CSS Codes

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

#fee82b Text Font Color

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

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


#fee82b Background Color

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

This div background color is #fee82b


#fee82b Border Color

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

This div border color is #fee82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee82b


Comments

No comments written yet.

Please login to write comment.