color codes Logo

#fef71c color codes

#FEF71C
(254,247,28)
0 Favorites   0 Comments

Color spaces of #fef71c

RGB 25424728
HSL0.160.990.55
HSV58°89°100°
CMYK 0.000.030.89   0.00
XYZ74.343487.676214.1035
Yxy87.67620.42210.4978
Hunter Lab93.6356-22.139456.6146
CIE-Lab95.0244-17.868090.2280

#fef71c color RGB value is (254,247,28).

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

The process color (four color CMYK) of #fef71c color code is 0.00, 0.03, 0.89, 0.00. Web safe color of #fef71c is #ffff33. Color #fef71c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00011100
Octal 376 367 34
Decimal 254 247 28
Hex FE F7 1C

RGB Percentages of Color #fef71c

%48.02
%46.69
%5.29

CMYK Percentages of Color #fef71c

%0
%3
%89
%0

Triadic Colors of #fef71c

#fef71c #1cfef7 #f71cfe

Analogous Colors of #fef71c

#fef71c #94fe1c #fe861c

Monochromatic Colors of #fef71c

#fef71c

Complementary Color

#fef71c #1c23fe

#fef71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef71c Color CSS Codes

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

#fef71c Text Font Color

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

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


#fef71c Background Color

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

This div background color is #fef71c


#fef71c Border Color

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

This div border color is #fef71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef71c


Comments

No comments written yet.

Please login to write comment.