Color Hex Logo

#fec556 Color Hex

#FEC556
(254,197,86)
0 Favorites   0 Comments

Color spaces of #fec556

RGB 25419786
HSL0.110.990.67
HSV40°66°100°
CMYK 0.000.220.66   0.00
XYZ62.519061.675217.4135
Yxy61.67520.44150.4355
Hunter Lab78.53364.666641.8269
CIE-Lab82.74049.233261.6815

#fec556 color RGB value is (254,197,86).

#fec556 hex color red value is 254, green value is 197 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fec556 hue: 0.11 , saturation: 0.99 and the lightness value of fec556 is 0.67.

The process color (four color CMYK) of #fec556 color hex is 0.00, 0.22, 0.66, 0.00. Web safe color of #fec556 is #ffcc66. Color #fec556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01010110
Octal 376 305 126
Decimal 254 197 86
Hex FE C5 56

RGB Percentages of Color #fec556

%47.30
%36.69
%16.01

CMYK Percentages of Color #fec556

%0
%22
%66
%0

Triadic Colors of #fec556

#fec556 #56fec5 #c556fe

Analogous Colors of #fec556

#fec556 #e3fe56 #fe7156

Monochromatic Colors of #fec556

#fec556

Complementary Color

#fec556 #568ffe

#fec556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec556 Color CSS Codes

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

#fec556 Text Font Color

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

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


#fec556 Background Color

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

This div background color is #fec556


#fec556 Border Color

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

This div border color is #fec556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec556

Related Colors


Comments

No comments written yet.

Please login to write comment.