Color Hex Logo

#fef71e Color Hex

#FEF71E
(254,247,30)
0 Favorites   0 Comments

Color spaces of #fef71e

RGB 25424730
HSL0.160.990.56
HSV58°88°100°
CMYK 0.000.030.88   0.00
XYZ74.368287.686114.2338
Yxy87.68610.42190.4974
Hunter Lab93.6409-22.109456.5363
CIE-Lab95.0286-17.834789.9245

#fef71e color RGB value is (254,247,30).

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

The process color (four color CMYK) of #fef71e color hex is 0.00, 0.03, 0.88, 0.00. Web safe color of #fef71e is #ffff33. Color #fef71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00011110
Octal 376 367 36
Decimal 254 247 30
Hex FE F7 1E

RGB Percentages of Color #fef71e

%47.83
%46.52
%5.65

CMYK Percentages of Color #fef71e

%0
%3
%88
%0

Triadic Colors of #fef71e

#fef71e #1efef7 #f71efe

Analogous Colors of #fef71e

#fef71e #95fe1e #fe871e

Monochromatic Colors of #fef71e

#fef71e

Complementary Color

#fef71e #1e25fe

#fef71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef71e Color CSS Codes

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

#fef71e Text Font Color

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

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


#fef71e Background Color

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

This div background color is #fef71e


#fef71e Border Color

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

This div border color is #fef71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef71e

Related Colors


Comments

No comments written yet.

Please login to write comment.