Color Hex Logo

#fec756 Color Hex

#FEC756
(254,199,86)
1 Favorites   0 Comments

Color spaces of #fec756

RGB 25419986
HSL0.110.990.67
HSV40°66°100°
CMYK 0.000.220.66   0.00
XYZ62.976262.589617.5659
Yxy62.58960.44000.4373
Hunter Lab79.11363.641242.2151
CIE-Lab83.22608.197662.2029

#fec756 color RGB value is (254,199,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01010110
Octal 376 307 126
Decimal 254 199 86
Hex FE C7 56

RGB Percentages of Color #fec756

%47.12
%36.92
%15.96

CMYK Percentages of Color #fec756

%0
%22
%66
%0

Triadic Colors of #fec756

#fec756 #56fec7 #c756fe

Analogous Colors of #fec756

#fec756 #e1fe56 #fe7356

Monochromatic Colors of #fec756

#fec756

Complementary Color

#fec756 #568dfe

#fec756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec756 Color CSS Codes

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

#fec756 Text Font Color

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

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


#fec756 Background Color

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

This div background color is #fec756


#fec756 Border Color

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

This div border color is #fec756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec756

Related Colors

#fec756 Color Palettes


Comments

No comments written yet.

Please login to write comment.