Color Hex Logo

#fef23a Color Hex

#FEF23A
(254,242,58)
0 Favorites   0 Comments

Color spaces of #fef23a

RGB 25424258
HSL0.160.990.61
HSV56°77°100°
CMYK 0.000.050.77   0.00
XYZ73.388984.880616.5186
Yxy84.88060.41990.4856
Hunter Lab92.1307-19.040253.8610
CIE-Lab93.8316-14.706782.6968

#fef23a color RGB value is (254,242,58).

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

The process color (four color CMYK) of #fef23a color hex is 0.00, 0.05, 0.77, 0.00. Web safe color of #fef23a is #ffff33. Color #fef23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 00111010
Octal 376 362 72
Decimal 254 242 58
Hex FE F2 3A

RGB Percentages of Color #fef23a

%45.85
%43.68
%10.47

CMYK Percentages of Color #fef23a

%0
%5
%77
%0

Triadic Colors of #fef23a

#fef23a #3afef2 #f23afe

Analogous Colors of #fef23a

#fef23a #a8fe3a #fe903a

Monochromatic Colors of #fef23a

#fef23a

Complementary Color

#fef23a #3a46fe

#fef23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef23a Color CSS Codes

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

#fef23a Text Font Color

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

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


#fef23a Background Color

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

This div background color is #fef23a


#fef23a Border Color

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

This div border color is #fef23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef23a


Comments

No comments written yet.

Please login to write comment.