Color Hex Logo

#fee202 Color Hex

#FEE202
(254,226,2)
0 Favorites   0 Comments

Color spaces of #fee202

RGB 2542262
HSL0.150.990.50
HSV53°99°100°
CMYK 0.000.110.99   0.00
XYZ68.080475.467911.0360
Yxy75.46790.44040.4882
Hunter Lab86.8723-12.138953.2786
CIE-Lab89.6117-7.855388.8395

#fee202 color RGB value is (254,226,2).

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

The process color (four color CMYK) of #fee202 color hex is 0.00, 0.11, 0.99, 0.00. Web safe color of #fee202 is #ffcc00. Color #fee202 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 00000010
Octal 376 342 2
Decimal 254 226 2
Hex FE E2 2

RGB Percentages of Color #fee202

%52.70
%46.89
%0.41

CMYK Percentages of Color #fee202

%0
%11
%99
%0

Triadic Colors of #fee202

#fee202 #02fee2 #e202fe

Analogous Colors of #fee202

#fee202 #9cfe02 #fe6402

Monochromatic Colors of #fee202

#fee202

Complementary Color

#fee202 #021efe

#fee202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee202 Color CSS Codes

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

#fee202 Text Font Color

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

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


#fee202 Background Color

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

This div background color is #fee202


#fee202 Border Color

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

This div border color is #fee202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee202

Related Colors

#fee202 Color Palettes


Comments

No comments written yet.

Please login to write comment.