Color Hex Logo

#fec35b Color Hex

#FEC35B
(254,195,91)
0 Favorites   0 Comments

Color spaces of #fec35b

RGB 25419591
HSL0.110.990.68
HSV38°64°100°
CMYK 0.000.230.64   0.00
XYZ62.276560.856418.3617
Yxy60.85640.44010.4301
Hunter Lab78.01055.979840.6520
CIE-Lab82.301510.562158.9891

#fec35b color RGB value is (254,195,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 01011011
Octal 376 303 133
Decimal 254 195 91
Hex FE C3 5B

RGB Percentages of Color #fec35b

%47.04
%36.11
%16.85

CMYK Percentages of Color #fec35b

%0
%23
%64
%0

Triadic Colors of #fec35b

#fec35b #5bfec3 #c35bfe

Analogous Colors of #fec35b

#fec35b #e8fe5b #fe725b

Monochromatic Colors of #fec35b

#fec35b

Complementary Color

#fec35b #5b96fe

#fec35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec35b Color CSS Codes

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

#fec35b Text Font Color

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

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


#fec35b Background Color

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

This div background color is #fec35b


#fec35b Border Color

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

This div border color is #fec35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec35b

#fec35b Color Palettes


Comments

No comments written yet.

Please login to write comment.