Color Hex Logo

#fec05b Color Hex

#FEC05B
(254,192,91)
0 Favorites   0 Comments

Color spaces of #fec05b

RGB 25419291
HSL0.100.990.68
HSV37°64°100°
CMYK 0.000.240.64   0.00
XYZ61.611059.525418.1398
Yxy59.52540.44240.4274
Hunter Lab77.15277.525640.0669
CIE-Lab81.579512.121558.1912

#fec05b color RGB value is (254,192,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 01011011
Octal 376 300 133
Decimal 254 192 91
Hex FE C0 5B

RGB Percentages of Color #fec05b

%47.30
%35.75
%16.95

CMYK Percentages of Color #fec05b

%0
%24
%64
%0

Triadic Colors of #fec05b

#fec05b #5bfec0 #c05bfe

Analogous Colors of #fec05b

#fec05b #ebfe5b #fe6f5b

Monochromatic Colors of #fec05b

#fec05b

Complementary Color

#fec05b #5b99fe

#fec05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec05b Color CSS Codes

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

#fec05b Text Font Color

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

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


#fec05b Background Color

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

This div background color is #fec05b


#fec05b Border Color

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

This div border color is #fec05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec05b

Related Colors


Comments

No comments written yet.

Please login to write comment.