Color Hex Logo

#fef76f Color Hex

#FEF76F
(254,247,111)
0 Favorites   0 Comments

Color spaces of #fef76f

RGB 254247111
HSL0.160.990.72
HSV57°56°100°
CMYK 0.000.030.56   0.00
XYZ77.003188.740128.1090
Yxy88.74010.39720.4578
Hunter Lab94.2020-18.943048.2498
CIE-Lab95.4717-14.366364.8447

#fef76f color RGB value is (254,247,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 01101111
Octal 376 367 157
Decimal 254 247 111
Hex FE F7 6F

RGB Percentages of Color #fef76f

%41.50
%40.36
%18.14

CMYK Percentages of Color #fef76f

%0
%3
%56
%0

Triadic Colors of #fef76f

#fef76f #6ffef7 #f76ffe

Analogous Colors of #fef76f

#fef76f #befe6f #feb06f

Monochromatic Colors of #fef76f

#fef76f

Complementary Color

#fef76f #6f76fe

#fef76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef76f Color CSS Codes

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

#fef76f Text Font Color

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

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


#fef76f Background Color

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

This div background color is #fef76f


#fef76f Border Color

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

This div border color is #fef76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef76f

Related Colors


Comments

No comments written yet.

Please login to write comment.