Color Hex Logo

#fef120 Color Hex

#FEF120
(254,241,32)
0 Favorites   0 Comments

Color spaces of #fef120

RGB 25424132
HSL0.160.990.56
HSV56°87°100°
CMYK 0.000.050.87   0.00
XYZ72.589184.085713.7708
Yxy84.08570.42590.4933
Hunter Lab91.6983-19.169955.2849
CIE-Lab93.4877-14.896788.3805

#fef120 color RGB value is (254,241,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 00100000
Octal 376 361 40
Decimal 254 241 32
Hex FE F1 20

RGB Percentages of Color #fef120

%48.20
%45.73
%6.07

CMYK Percentages of Color #fef120

%0
%5
%87
%0

Triadic Colors of #fef120

#fef120 #20fef1 #f120fe

Analogous Colors of #fef120

#fef120 #9cfe20 #fe8220

Monochromatic Colors of #fef120

#fef120

Complementary Color

#fef120 #202dfe

#fef120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef120 Color CSS Codes

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

#fef120 Text Font Color

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

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


#fef120 Background Color

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

This div background color is #fef120


#fef120 Border Color

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

This div border color is #fef120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef120

Related Colors


Comments

No comments written yet.

Please login to write comment.