Color Hex Logo

#fef22f Color Hex

#FEF22F
(254,242,47)
0 Favorites   0 Comments

Color spaces of #fef22f

RGB 25424247
HSL0.160.990.59
HSV57°81°100°
CMYK 0.000.050.81   0.00
XYZ73.138384.780315.1988
Yxy84.78030.42250.4897
Hunter Lab92.0762-19.346654.6665
CIE-Lab93.7884-15.042985.5423

#fef22f color RGB value is (254,242,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 00101111
Octal 376 362 57
Decimal 254 242 47
Hex FE F2 2F

RGB Percentages of Color #fef22f

%46.78
%44.57
%8.66

CMYK Percentages of Color #fef22f

%0
%5
%81
%0

Triadic Colors of #fef22f

#fef22f #2ffef2 #f22ffe

Analogous Colors of #fef22f

#fef22f #a3fe2f #fe8b2f

Monochromatic Colors of #fef22f

#fef22f

Complementary Color

#fef22f #2f3bfe

#fef22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef22f Color CSS Codes

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

#fef22f Text Font Color

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

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


#fef22f Background Color

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

This div background color is #fef22f


#fef22f Border Color

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

This div border color is #fef22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef22f


Comments

No comments written yet.

Please login to write comment.