Color Hex Logo

#fec94b Color Hex

#FEC94B
(254,201,75)
0 Favorites   0 Comments

Color spaces of #fec94b

RGB 25420175
HSL0.120.990.65
HSV42°70°100°
CMYK 0.000.210.70   0.00
XYZ63.029763.352115.5628
Yxy63.35210.44400.4463
Hunter Lab79.59402.062844.1230
CIE-Lab83.62736.591267.2015

#fec94b color RGB value is (254,201,75).

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

The process color (four color CMYK) of #fec94b color hex is 0.00, 0.21, 0.70, 0.00. Web safe color of #fec94b is #ffcc33. Color #fec94b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01001011
Octal 376 311 113
Decimal 254 201 75
Hex FE C9 4B

RGB Percentages of Color #fec94b

%47.92
%37.92
%14.15

CMYK Percentages of Color #fec94b

%0
%21
%70
%0

Triadic Colors of #fec94b

#fec94b #4bfec9 #c94bfe

Analogous Colors of #fec94b

#fec94b #dafe4b #fe704b

Monochromatic Colors of #fec94b

#fec94b

Complementary Color

#fec94b #4b80fe

#fec94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec94b Color CSS Codes

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

#fec94b Text Font Color

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

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


#fec94b Background Color

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

This div background color is #fec94b


#fec94b Border Color

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

This div border color is #fec94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec94b


Comments

No comments written yet.

Please login to write comment.