Color Hex Logo

#fec422 Color Hex

#FEC422
(254,196,34)
0 Favorites   0 Comments

Color spaces of #fec422

RGB 25419634
HSL0.120.990.56
HSV44°87°100°
CMYK 0.000.230.87   0.00
XYZ60.901760.666210.0133
Yxy60.66620.46280.4611
Hunter Lab77.88853.265846.8997
CIE-Lab82.19907.784679.0332

#fec422 color RGB value is (254,196,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 00100010
Octal 376 304 42
Decimal 254 196 34
Hex FE C4 22

RGB Percentages of Color #fec422

%52.48
%40.50
%7.02

CMYK Percentages of Color #fec422

%0
%23
%87
%0

Triadic Colors of #fec422

#fec422 #22fec4 #c422fe

Analogous Colors of #fec422

#fec422 #cafe22 #fe5622

Monochromatic Colors of #fec422

#fec422

Complementary Color

#fec422 #225cfe

#fec422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec422 Color CSS Codes

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

#fec422 Text Font Color

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

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


#fec422 Background Color

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

This div background color is #fec422


#fec422 Border Color

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

This div border color is #fec422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec422


Comments

No comments written yet.

Please login to write comment.