Color Hex Logo

#ffe22f Color Hex

#FFE22F
(255,226,47)
0 Favorites   0 Comments

Color spaces of #ffe22f

RGB 25522647
HSL0.141.000.59
HSV52°82°100°
CMYK 0.000.110.82   0.00
XYZ68.949475.857913.6973
Yxy75.85790.43500.4786
Hunter Lab87.0964-11.110351.6432
CIE-Lab89.7933-6.742782.1898

#ffe22f color RGB value is (255,226,47).

#ffe22f hex color red value is 255, green value is 226 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ffe22f hue: 0.14 , saturation: 1.00 and the lightness value of ffe22f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 00101111
Octal 377 342 57
Decimal 255 226 47
Hex FF E2 2F

RGB Percentages of Color #ffe22f

%48.30
%42.80
%8.90

CMYK Percentages of Color #ffe22f

%0
%11
%82
%0

Triadic Colors of #ffe22f

#ffe22f #2fffe2 #e22fff

Analogous Colors of #ffe22f

#ffe22f #b4ff2f #ff7a2f

Monochromatic Colors of #ffe22f

#ffe22f

Complementary Color

#ffe22f #2f4cff

#ffe22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe22f Color CSS Codes

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

#ffe22f Text Font Color

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

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


#ffe22f Background Color

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

This div background color is #ffe22f


#ffe22f Border Color

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

This div border color is #ffe22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe22f


Comments

No comments written yet.

Please login to write comment.