Color Hex Logo

#fef160 Color Hex

#FEF160
(254,241,96)
0 Favorites   0 Comments

Color spaces of #fef160

RGB 25424196
HSL0.150.990.69
HSV55°62°100°
CMYK 0.000.050.62   0.00
XYZ74.439784.826023.5160
Yxy84.82600.40730.4641
Hunter Lab92.1010-16.906049.3323
CIE-Lab93.8081-12.426269.3289

#fef160 color RGB value is (254,241,96).

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

The process color (four color CMYK) of #fef160 color hex is 0.00, 0.05, 0.62, 0.00. Web safe color of #fef160 is #ffff66. Color #fef160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01100000
Octal 376 361 140
Decimal 254 241 96
Hex FE F1 60

RGB Percentages of Color #fef160

%42.98
%40.78
%16.24

CMYK Percentages of Color #fef160

%0
%5
%62
%0

Triadic Colors of #fef160

#fef160 #60fef1 #f160fe

Analogous Colors of #fef160

#fef160 #bcfe60 #fea260

Monochromatic Colors of #fef160

#fef160

Complementary Color

#fef160 #606dfe

#fef160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef160 Color CSS Codes

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

#fef160 Text Font Color

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

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


#fef160 Background Color

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

This div background color is #fef160


#fef160 Border Color

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

This div border color is #fef160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef160


Comments

No comments written yet.

Please login to write comment.