Color Hex Logo

#febc3a Color Hex

#FEBC3A
(254,188,58)
0 Favorites   0 Comments

Color spaces of #febc3a

RGB 25418858
HSL0.110.990.61
HSV40°77°100°
CMYK 0.000.260.77   0.00
XYZ59.620057.342811.9289
Yxy57.34280.46260.4449
Hunter Lab75.72508.018243.6676
CIE-Lab80.372012.614070.4591

#febc3a color RGB value is (254,188,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 00111010
Octal 376 274 72
Decimal 254 188 58
Hex FE BC 3A

RGB Percentages of Color #febc3a

%50.80
%37.60
%11.60

CMYK Percentages of Color #febc3a

%0
%26
%77
%0

Triadic Colors of #febc3a

#febc3a #3afebc #bc3afe

Analogous Colors of #febc3a

#febc3a #defe3a #fe5a3a

Monochromatic Colors of #febc3a

#febc3a

Complementary Color

#febc3a #3a7cfe

#febc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc3a Color CSS Codes

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

#febc3a Text Font Color

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

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


#febc3a Background Color

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

This div background color is #febc3a


#febc3a Border Color

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

This div border color is #febc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc3a


Comments

No comments written yet.

Please login to write comment.