Color Hex Logo

#fec93c Color Hex

#FEC93C
(254,201,60)
0 Favorites   0 Comments

Color spaces of #fec93c

RGB 25420160
HSL0.120.990.62
HSV44°76°100°
CMYK 0.000.210.76   0.00
XYZ62.575363.170413.1700
Yxy63.17040.45050.4547
Hunter Lab79.47981.445345.8114
CIE-Lab83.53205.951872.6972

#fec93c color RGB value is (254,201,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 00111100
Octal 376 311 74
Decimal 254 201 60
Hex FE C9 3C

RGB Percentages of Color #fec93c

%49.32
%39.03
%11.65

CMYK Percentages of Color #fec93c

%0
%21
%76
%0

Triadic Colors of #fec93c

#fec93c #3cfec9 #c93cfe

Analogous Colors of #fec93c

#fec93c #d2fe3c #fe683c

Monochromatic Colors of #fec93c

#fec93c

Complementary Color

#fec93c #3c71fe

#fec93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec93c Color CSS Codes

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

#fec93c Text Font Color

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

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


#fec93c Background Color

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

This div background color is #fec93c


#fec93c Border Color

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

This div border color is #fec93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec93c


Comments

No comments written yet.

Please login to write comment.