Color Hex Logo

#fee22c Color Hex

#FEE22C
(254,226,44)
0 Favorites   0 Comments

Color spaces of #fee22c

RGB 25422644
HSL0.140.990.58
HSV52°83°100°
CMYK 0.000.110.83   0.00
XYZ68.524075.645413.3723
Yxy75.64540.43500.4802
Hunter Lab86.9744-11.571451.7662
CIE-Lab89.6944-7.242382.8183

#fee22c color RGB value is (254,226,44).

#fee22c hex color red value is 254, green value is 226 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fee22c hue: 0.14 , saturation: 0.99 and the lightness value of fee22c is 0.58.

The process color (four color CMYK) of #fee22c color hex is 0.00, 0.11, 0.83, 0.00. Web safe color of #fee22c is #ffcc33. Color #fee22c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 00101100
Octal 376 342 54
Decimal 254 226 44
Hex FE E2 2C

RGB Percentages of Color #fee22c

%48.47
%43.13
%8.40

CMYK Percentages of Color #fee22c

%0
%11
%83
%0

Triadic Colors of #fee22c

#fee22c #2cfee2 #e22cfe

Analogous Colors of #fee22c

#fee22c #b1fe2c #fe792c

Monochromatic Colors of #fee22c

#fee22c

Complementary Color

#fee22c #2c48fe

#fee22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee22c Color CSS Codes

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

#fee22c Text Font Color

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

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


#fee22c Background Color

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

This div background color is #fee22c


#fee22c Border Color

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

This div border color is #fee22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee22c


Comments

No comments written yet.

Please login to write comment.