Color Hex Logo

#fed422 Color Hex

#FED422
(254,212,34)
0 Favorites   0 Comments

Color spaces of #fed422

RGB 25421234
HSL0.130.990.56
HSV49°87°100°
CMYK 0.000.170.87   0.00
XYZ64.705368.273311.2811
Yxy68.27330.44850.4733
Hunter Lab82.6277-4.816049.7445
CIE-Lab86.1429-0.422082.1736

#fed422 color RGB value is (254,212,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 00100010
Octal 376 324 42
Decimal 254 212 34
Hex FE D4 22

RGB Percentages of Color #fed422

%50.80
%42.40
%6.80

CMYK Percentages of Color #fed422

%0
%17
%87
%0

Triadic Colors of #fed422

#fed422 #22fed4 #d422fe

Analogous Colors of #fed422

#fed422 #bafe22 #fe6622

Monochromatic Colors of #fed422

#fed422

Complementary Color

#fed422 #224cfe

#fed422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed422 Color CSS Codes

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

#fed422 Text Font Color

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

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


#fed422 Background Color

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

This div background color is #fed422


#fed422 Border Color

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

This div border color is #fed422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed422


Comments

No comments written yet.

Please login to write comment.