Color Hex Logo

#fef171 Color Hex

#FEF171
(254,241,113)
0 Favorites   0 Comments

Color spaces of #fef171

RGB 254241113
HSL0.150.990.72
HSV54°56°100°
CMYK 0.000.050.56   0.00
XYZ75.309085.173728.0937
Yxy85.17370.39940.4517
Hunter Lab92.2896-15.849546.5544
CIE-Lab93.9579-11.284962.2578

#fef171 color RGB value is (254,241,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01110001
Octal 376 361 161
Decimal 254 241 113
Hex FE F1 71

RGB Percentages of Color #fef171

%41.78
%39.64
%18.59

CMYK Percentages of Color #fef171

%0
%5
%56
%0

Triadic Colors of #fef171

#fef171 #71fef1 #f171fe

Analogous Colors of #fef171

#fef171 #c5fe71 #feab71

Monochromatic Colors of #fef171

#fef171

Complementary Color

#fef171 #717efe

#fef171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef171 Color CSS Codes

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

#fef171 Text Font Color

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

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


#fef171 Background Color

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

This div background color is #fef171


#fef171 Border Color

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

This div border color is #fef171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef171

Related Colors

#fef171 Color Palettes


Comments

No comments written yet.

Please login to write comment.