Color Hex Logo

#febf3a Color Hex

#FEBF3A
(254,191,58)
0 Favorites   0 Comments

Color spaces of #febf3a

RGB 25419158
HSL0.110.990.61
HSV41°77°100°
CMYK 0.000.250.77   0.00
XYZ60.267658.637912.1448
Yxy58.63790.45990.4474
Hunter Lab76.57546.479044.1994
CIE-Lab81.092211.054171.1268

#febf3a color RGB value is (254,191,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00111010
Octal 376 277 72
Decimal 254 191 58
Hex FE BF 3A

RGB Percentages of Color #febf3a

%50.50
%37.97
%11.53

CMYK Percentages of Color #febf3a

%0
%25
%77
%0

Triadic Colors of #febf3a

#febf3a #3afebf #bf3afe

Analogous Colors of #febf3a

#febf3a #dbfe3a #fe5d3a

Monochromatic Colors of #febf3a

#febf3a

Complementary Color

#febf3a #3a79fe

#febf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf3a Color CSS Codes

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

#febf3a Text Font Color

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

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


#febf3a Background Color

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

This div background color is #febf3a


#febf3a Border Color

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

This div border color is #febf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf3a


Comments

No comments written yet.

Please login to write comment.