Color Hex Logo

#fef022 Color Hex

#FEF022
(254,240,34)
0 Favorites   0 Comments

Color spaces of #fef022

RGB 25424034
HSL0.160.990.56
HSV56°87°100°
CMYK 0.000.060.87   0.00
XYZ72.321983.506513.8200
Yxy83.50650.42630.4922
Hunter Lab91.3819-18.649055.0007
CIE-Lab93.2357-14.372187.8267

#fef022 color RGB value is (254,240,34).

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

The process color (four color CMYK) of #fef022 color hex is 0.00, 0.06, 0.87, 0.00. Web safe color of #fef022 is #ffff33. Color #fef022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 00100010
Octal 376 360 42
Decimal 254 240 34
Hex FE F0 22

RGB Percentages of Color #fef022

%48.11
%45.45
%6.44

CMYK Percentages of Color #fef022

%0
%6
%87
%0

Triadic Colors of #fef022

#fef022 #22fef0 #f022fe

Analogous Colors of #fef022

#fef022 #9efe22 #fe8222

Monochromatic Colors of #fef022

#fef022

Complementary Color

#fef022 #2230fe

#fef022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef022 Color CSS Codes

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

#fef022 Text Font Color

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

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


#fef022 Background Color

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

This div background color is #fef022


#fef022 Border Color

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

This div border color is #fef022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef022

Related Colors


Comments

No comments written yet.

Please login to write comment.