Color Hex Logo

#febc40 Color Hex

#FEBC40
(254,188,64)
0 Favorites   0 Comments

Color spaces of #febc40

RGB 25418864
HSL0.110.990.62
HSV39°75°100°
CMYK 0.000.260.75   0.00
XYZ59.781757.407412.7804
Yxy57.40740.46000.4417
Hunter Lab75.76778.245443.0364
CIE-Lab80.408212.844668.2965

#febc40 color RGB value is (254,188,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 01000000
Octal 376 274 100
Decimal 254 188 64
Hex FE BC 40

RGB Percentages of Color #febc40

%50.20
%37.15
%12.65

CMYK Percentages of Color #febc40

%0
%26
%75
%0

Triadic Colors of #febc40

#febc40 #40febc #bc40fe

Analogous Colors of #febc40

#febc40 #e1fe40 #fe5d40

Monochromatic Colors of #febc40

#febc40

Complementary Color

#febc40 #4082fe

#febc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc40 Color CSS Codes

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

#febc40 Text Font Color

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

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


#febc40 Background Color

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

This div background color is #febc40


#febc40 Border Color

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

This div border color is #febc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc40

Related Colors


Comments

No comments written yet.

Please login to write comment.