Color Hex Logo

#fef122 Color Hex

#FEF122
(254,241,34)
0 Favorites   0 Comments

Color spaces of #fef122

RGB 25424134
HSL0.160.990.56
HSV56°87°100°
CMYK 0.000.050.87   0.00
XYZ72.617184.096913.9184
Yxy84.09690.42560.4929
Hunter Lab91.7044-19.135555.1943
CIE-Lab93.4926-14.858988.0315

#fef122 color RGB value is (254,241,34).

#fef122 hex color red value is 254, green value is 241 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fef122 hue: 0.16 , saturation: 0.99 and the lightness value of fef122 is 0.56.

The process color (four color CMYK) of #fef122 color hex is 0.00, 0.05, 0.87, 0.00. Web safe color of #fef122 is #ffff33. Color #fef122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 00100010
Octal 376 361 42
Decimal 254 241 34
Hex FE F1 22

RGB Percentages of Color #fef122

%48.02
%45.56
%6.43

CMYK Percentages of Color #fef122

%0
%5
%87
%0

Triadic Colors of #fef122

#fef122 #22fef1 #f122fe

Analogous Colors of #fef122

#fef122 #9dfe22 #fe8322

Monochromatic Colors of #fef122

#fef122

Complementary Color

#fef122 #222ffe

#fef122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef122 Color CSS Codes

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

#fef122 Text Font Color

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

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


#fef122 Background Color

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

This div background color is #fef122


#fef122 Border Color

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

This div border color is #fef122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef122

Related Colors


Comments

No comments written yet.

Please login to write comment.