Color Hex Logo

#fed22f Color Hex

#FED22F
(254,210,47)
0 Favorites   0 Comments

Color spaces of #fed22f

RGB 25421047
HSL0.130.990.59
HSV47°81°100°
CMYK 0.000.170.81   0.00
XYZ64.432767.369312.2969
Yxy67.36930.44710.4675
Hunter Lab82.0788-3.513648.5724
CIE-Lab85.69010.911378.6540

#fed22f color RGB value is (254,210,47).

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

The process color (four color CMYK) of #fed22f color hex is 0.00, 0.17, 0.81, 0.00. Web safe color of #fed22f is #ffcc33. Color #fed22f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00101111
Octal 376 322 57
Decimal 254 210 47
Hex FE D2 2F

RGB Percentages of Color #fed22f

%49.71
%41.10
%9.20

CMYK Percentages of Color #fed22f

%0
%17
%81
%0

Triadic Colors of #fed22f

#fed22f #2ffed2 #d22ffe

Analogous Colors of #fed22f

#fed22f #c3fe2f #fe6b2f

Monochromatic Colors of #fed22f

#fed22f

Complementary Color

#fed22f #2f5bfe

#fed22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed22f Color CSS Codes

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

#fed22f Text Font Color

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

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


#fed22f Background Color

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

This div background color is #fed22f


#fed22f Border Color

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

This div border color is #fed22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed22f


Comments

No comments written yet.

Please login to write comment.