Color Hex Logo

#fefa2f Color Hex

#FEFA2F
(254,250,47)
0 Favorites   0 Comments

Color spaces of #fefa2f

RGB 25425047
HSL0.160.990.59
HSV59°81°100°
CMYK 0.000.020.81   0.00
XYZ75.571789.647316.0099
Yxy89.64730.41700.4947
Hunter Lab94.6823-23.222256.2522
CIE-Lab95.8503-18.904387.2837

#fefa2f color RGB value is (254,250,47).

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

The process color (four color CMYK) of #fefa2f color hex is 0.00, 0.02, 0.81, 0.00. Web safe color of #fefa2f is #ffff33. Color #fefa2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 00101111
Octal 376 372 57
Decimal 254 250 47
Hex FE FA 2F

RGB Percentages of Color #fefa2f

%46.10
%45.37
%8.53

CMYK Percentages of Color #fefa2f

%0
%2
%81
%0

Triadic Colors of #fefa2f

#fefa2f #2ffefa #fa2ffe

Analogous Colors of #fefa2f

#fefa2f #9bfe2f #fe932f

Monochromatic Colors of #fefa2f

#fefa2f

Complementary Color

#fefa2f #2f33fe

#fefa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa2f Color CSS Codes

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

#fefa2f Text Font Color

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

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


#fefa2f Background Color

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

This div background color is #fefa2f


#fefa2f Border Color

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

This div border color is #fefa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa2f


Comments

No comments written yet.

Please login to write comment.