Color Hex Logo

#feb940 Color Hex

#FEB940
(254,185,64)
0 Favorites   0 Comments

Color spaces of #feb940

RGB 25418564
HSL0.110.990.62
HSV38°75°100°
CMYK 0.000.270.75   0.00
XYZ59.147456.138912.5690
Yxy56.13890.46260.4391
Hunter Lab74.92599.789742.5021
CIE-Lab79.692814.407767.6060

#feb940 color RGB value is (254,185,64).

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

The process color (four color CMYK) of #feb940 color hex is 0.00, 0.27, 0.75, 0.00. Web safe color of #feb940 is #ffcc33. Color #feb940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01000000
Octal 376 271 100
Decimal 254 185 64
Hex FE B9 40

RGB Percentages of Color #feb940

%50.50
%36.78
%12.72

CMYK Percentages of Color #feb940

%0
%27
%75
%0

Triadic Colors of #feb940

#feb940 #40feb9 #b940fe

Analogous Colors of #feb940

#feb940 #e4fe40 #fe5a40

Monochromatic Colors of #feb940

#feb940

Complementary Color

#feb940 #4085fe

#feb940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb940 Color CSS Codes

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

#feb940 Text Font Color

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

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


#feb940 Background Color

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

This div background color is #feb940


#feb940 Border Color

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

This div border color is #feb940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb940

Related Colors


Comments

No comments written yet.

Please login to write comment.