Color Hex Logo

#fefa6f Color Hex

#FEFA6F
(254,250,111)
0 Favorites   0 Comments

Color spaces of #fefa6f

RGB 254250111
HSL0.160.990.72
HSV58°56°100°
CMYK 0.000.020.56   0.00
XYZ77.927990.589728.4173
Yxy90.58970.39570.4600
Hunter Lab95.1786-20.415048.9229
CIE-Lab96.2408-15.823065.7069

#fefa6f color RGB value is (254,250,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 01101111
Octal 376 372 157
Decimal 254 250 111
Hex FE FA 6F

RGB Percentages of Color #fefa6f

%41.30
%40.65
%18.05

CMYK Percentages of Color #fefa6f

%0
%2
%56
%0

Triadic Colors of #fefa6f

#fefa6f #6ffefa #fa6ffe

Analogous Colors of #fefa6f

#fefa6f #bbfe6f #feb36f

Monochromatic Colors of #fefa6f

#fefa6f

Complementary Color

#fefa6f #6f73fe

#fefa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa6f Color CSS Codes

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

#fefa6f Text Font Color

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

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


#fefa6f Background Color

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

This div background color is #fefa6f


#fefa6f Border Color

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

This div border color is #fefa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa6f


Comments

No comments written yet.

Please login to write comment.