Color Hex Logo

#fec202 Color Hex

#FEC202
(254,194,2)
0 Favorites   0 Comments

Color spaces of #fec202

RGB 2541942
HSL0.130.990.50
HSV46°99°100°
CMYK 0.000.240.99   0.00
XYZ60.175859.65888.4011
Yxy59.65880.46930.4652
Hunter Lab77.23913.898247.6186
CIE-Lab81.65248.421183.2219

#fec202 color RGB value is (254,194,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00000010
Octal 376 302 2
Decimal 254 194 2
Hex FE C2 2

RGB Percentages of Color #fec202

%56.44
%43.11
%0.44

CMYK Percentages of Color #fec202

%0
%24
%99
%0

Triadic Colors of #fec202

#fec202 #02fec2 #c202fe

Analogous Colors of #fec202

#fec202 #bcfe02 #fe4402

Monochromatic Colors of #fec202

#fec202

Complementary Color

#fec202 #023efe

#fec202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec202 Color CSS Codes

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

#fec202 Text Font Color

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

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


#fec202 Background Color

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

This div background color is #fec202


#fec202 Border Color

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

This div border color is #fec202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec202


Comments

No comments written yet.

Please login to write comment.