Color Hex Logo

#fec35a Color Hex

#FEC35A
(254,195,90)
0 Favorites   0 Comments

Color spaces of #fec35a

RGB 25419590
HSL0.110.990.67
HSV38°65°100°
CMYK 0.000.230.65   0.00
XYZ62.233660.839218.1359
Yxy60.83920.44070.4308
Hunter Lab77.99955.921040.8139
CIE-Lab82.292210.502359.4279

#fec35a color RGB value is (254,195,90).

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

The process color (four color CMYK) of #fec35a color hex is 0.00, 0.23, 0.65, 0.00. Web safe color of #fec35a is #ffcc66. Color #fec35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01011010
Octal 376 303 132
Decimal 254 195 90
Hex FE C3 5A

RGB Percentages of Color #fec35a

%47.12
%36.18
%16.70

CMYK Percentages of Color #fec35a

%0
%23
%65
%0

Triadic Colors of #fec35a

#fec35a #5afec3 #c35afe

Analogous Colors of #fec35a

#fec35a #e7fe5a #fe715a

Monochromatic Colors of #fec35a

#fec35a

Complementary Color

#fec35a #5a95fe

#fec35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec35a Color CSS Codes

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

#fec35a Text Font Color

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

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


#fec35a Background Color

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

This div background color is #fec35a


#fec35a Border Color

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

This div border color is #fec35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec35a

Related Colors

#fec35a Color Palettes


Comments

No comments written yet.

Please login to write comment.