Color Hex Logo

#fec96a Color Hex

#FEC96A
(254,201,106)
0 Favorites   0 Comments

Color spaces of #fec96a

RGB 254201106
HSL0.110.990.71
HSV39°58°100°
CMYK 0.000.210.58   0.00
XYZ64.361263.884722.5745
Yxy63.88470.42670.4236
Hunter Lab79.92793.861639.2039
CIE-Lab83.90578.440153.8791

#fec96a color RGB value is (254,201,106).

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

The process color (four color CMYK) of #fec96a color hex is 0.00, 0.21, 0.58, 0.00. Web safe color of #fec96a is #ffcc66. Color #fec96a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01101010
Octal 376 311 152
Decimal 254 201 106
Hex FE C9 6A

RGB Percentages of Color #fec96a

%45.28
%35.83
%18.89

CMYK Percentages of Color #fec96a

%0
%21
%58
%0

Triadic Colors of #fec96a

#fec96a #6afec9 #c96afe

Analogous Colors of #fec96a

#fec96a #e9fe6a #fe7f6a

Monochromatic Colors of #fec96a

#fec96a

Complementary Color

#fec96a #6a9ffe

#fec96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec96a Color CSS Codes

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

#fec96a Text Font Color

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

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


#fec96a Background Color

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

This div background color is #fec96a


#fec96a Border Color

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

This div border color is #fec96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec96a


Comments

No comments written yet.

Please login to write comment.