Color Hex Logo

#febf1e Color Hex

#FEBF1E
(254,191,30)
0 Favorites   0 Comments

Color spaces of #febf1e

RGB 25419130
HSL0.120.990.56
HSV43°88°100°
CMYK 0.000.250.88   0.00
XYZ59.738258.42629.3571
Yxy58.42620.46850.4582
Hunter Lab76.43705.739246.2479
CIE-Lab80.975210.296978.9400

#febf1e color RGB value is (254,191,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00011110
Octal 376 277 36
Decimal 254 191 30
Hex FE BF 1E

RGB Percentages of Color #febf1e

%53.47
%40.21
%6.32

CMYK Percentages of Color #febf1e

%0
%25
%88
%0

Triadic Colors of #febf1e

#febf1e #1efebf #bf1efe

Analogous Colors of #febf1e

#febf1e #cdfe1e #fe4f1e

Monochromatic Colors of #febf1e

#febf1e

Complementary Color

#febf1e #1e5dfe

#febf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf1e Color CSS Codes

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

#febf1e Text Font Color

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

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


#febf1e Background Color

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

This div background color is #febf1e


#febf1e Border Color

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

This div border color is #febf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf1e


Comments

No comments written yet.

Please login to write comment.