Color Hex Logo

#fee002 Color Hex

#FEE002
(254,224,2)
0 Favorites   0 Comments

Color spaces of #fee002

RGB 2542242
HSL0.150.990.50
HSV53°99°100°
CMYK 0.000.120.99   0.00
XYZ67.539774.386510.8557
Yxy74.38650.44210.4869
Hunter Lab86.2476-11.151652.9107
CIE-Lab89.1048-6.857988.4762

#fee002 color RGB value is (254,224,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00000010
Octal 376 340 2
Decimal 254 224 2
Hex FE E0 2

RGB Percentages of Color #fee002

%52.92
%46.67
%0.42

CMYK Percentages of Color #fee002

%0
%12
%99
%0

Triadic Colors of #fee002

#fee002 #02fee0 #e002fe

Analogous Colors of #fee002

#fee002 #9efe02 #fe6202

Monochromatic Colors of #fee002

#fee002

Complementary Color

#fee002 #0220fe

#fee002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee002 Color CSS Codes

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

#fee002 Text Font Color

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

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


#fee002 Background Color

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

This div background color is #fee002


#fee002 Border Color

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

This div border color is #fee002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee002


Comments

No comments written yet.

Please login to write comment.