Color Hex Logo

#febc3b Color Hex

#FEBC3B
(254,188,59)
0 Favorites   0 Comments

Color spaces of #febc3b

RGB 25418859
HSL0.110.990.61
HSV40°77°100°
CMYK 0.000.260.77   0.00
XYZ59.645757.353012.0642
Yxy57.35300.46210.4444
Hunter Lab75.73188.054543.5672
CIE-Lab80.377712.650870.1085

#febc3b color RGB value is (254,188,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 00111011
Octal 376 274 73
Decimal 254 188 59
Hex FE BC 3B

RGB Percentages of Color #febc3b

%50.70
%37.52
%11.78

CMYK Percentages of Color #febc3b

%0
%26
%77
%0

Triadic Colors of #febc3b

#febc3b #3bfebc #bc3bfe

Analogous Colors of #febc3b

#febc3b #dffe3b #fe5a3b

Monochromatic Colors of #febc3b

#febc3b

Complementary Color

#febc3b #3b7dfe

#febc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc3b Color CSS Codes

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

#febc3b Text Font Color

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

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


#febc3b Background Color

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

This div background color is #febc3b


#febc3b Border Color

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

This div border color is #febc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc3b

Related Colors


Comments

No comments written yet.

Please login to write comment.