Color Hex Logo

#febf4a Color Hex

#FEBF4A
(254,191,74)
0 Favorites   0 Comments

Color spaces of #febf4a

RGB 25419174
HSL0.110.990.64
HSV39°71°100°
CMYK 0.000.250.71   0.00
XYZ60.739958.826814.6319
Yxy58.82680.45260.4384
Hunter Lab76.69867.136842.3782
CIE-Lab81.196311.724365.1381

#febf4a color RGB value is (254,191,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01001010
Octal 376 277 112
Decimal 254 191 74
Hex FE BF 4A

RGB Percentages of Color #febf4a

%48.94
%36.80
%14.26

CMYK Percentages of Color #febf4a

%0
%25
%71
%0

Triadic Colors of #febf4a

#febf4a #4afebf #bf4afe

Analogous Colors of #febf4a

#febf4a #e3fe4a #fe654a

Monochromatic Colors of #febf4a

#febf4a

Complementary Color

#febf4a #4a89fe

#febf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf4a Color CSS Codes

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

#febf4a Text Font Color

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

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


#febf4a Background Color

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

This div background color is #febf4a


#febf4a Border Color

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

This div border color is #febf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf4a


Comments

No comments written yet.

Please login to write comment.