Color Hex Logo

#fef66f Color Hex

#FEF66F
(254,246,111)
0 Favorites   0 Comments

Color spaces of #fef66f

RGB 254246111
HSL0.160.990.72
HSV57°56°100°
CMYK 0.000.030.56   0.00
XYZ76.698188.130128.0073
Yxy88.13010.39770.4570
Hunter Lab93.8776-18.451248.0259
CIE-Lab95.2157-13.879064.5571

#fef66f color RGB value is (254,246,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 01101111
Octal 376 366 157
Decimal 254 246 111
Hex FE F6 6F

RGB Percentages of Color #fef66f

%41.57
%40.26
%18.17

CMYK Percentages of Color #fef66f

%0
%3
%56
%0

Triadic Colors of #fef66f

#fef66f #6ffef6 #f66ffe

Analogous Colors of #fef66f

#fef66f #bffe6f #feaf6f

Monochromatic Colors of #fef66f

#fef66f

Complementary Color

#fef66f #6f77fe

#fef66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef66f Color CSS Codes

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

#fef66f Text Font Color

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

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


#fef66f Background Color

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

This div background color is #fef66f


#fef66f Border Color

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

This div border color is #fef66f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,246,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 #fef66f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef66f

Related Colors


Comments

No comments written yet.

Please login to write comment.