Color Hex Logo

#fec442 Color Hex

#FEC442
(254,196,66)
1 Favorites   0 Comments

Color spaces of #fec442

RGB 25419666
HSL0.120.990.63
HSV41°74°100°
CMYK 0.000.230.74   0.00
XYZ61.596360.944013.6712
Yxy60.94400.45220.4474
Hunter Lab78.06664.223844.2637
CIE-Lab82.34868.772169.4179

#fec442 color RGB value is (254,196,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01000010
Octal 376 304 102
Decimal 254 196 66
Hex FE C4 42

RGB Percentages of Color #fec442

%49.22
%37.98
%12.79

CMYK Percentages of Color #fec442

%0
%23
%74
%0

Triadic Colors of #fec442

#fec442 #42fec4 #c442fe

Analogous Colors of #fec442

#fec442 #dafe42 #fe6642

Monochromatic Colors of #fec442

#fec442

Complementary Color

#fec442 #427cfe

#fec442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec442 Color CSS Codes

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

#fec442 Text Font Color

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

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


#fec442 Background Color

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

This div background color is #fec442


#fec442 Border Color

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

This div border color is #fec442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec442


Comments

No comments written yet.

Please login to write comment.