Color Hex Logo

#fef161 Color Hex

#FEF161
(254,241,97)
0 Favorites   0 Comments

Color spaces of #fef161

RGB 25424197
HSL0.150.990.69
HSV55°62°100°
CMYK 0.000.050.62   0.00
XYZ74.486084.844523.7601
Yxy84.84450.40680.4634
Hunter Lab92.1111-16.849649.1839
CIE-Lab93.8161-12.365168.9289

#fef161 color RGB value is (254,241,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01100001
Octal 376 361 141
Decimal 254 241 97
Hex FE F1 61

RGB Percentages of Color #fef161

%42.91
%40.71
%16.39

CMYK Percentages of Color #fef161

%0
%5
%62
%0

Triadic Colors of #fef161

#fef161 #61fef1 #f161fe

Analogous Colors of #fef161

#fef161 #bdfe61 #fea361

Monochromatic Colors of #fef161

#fef161

Complementary Color

#fef161 #616efe

#fef161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef161 Color CSS Codes

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

#fef161 Text Font Color

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

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


#fef161 Background Color

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

This div background color is #fef161


#fef161 Border Color

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

This div border color is #fef161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef161

Related Colors


Comments

No comments written yet.

Please login to write comment.