Color Hex Logo

#febf1a Color Hex

#FEBF1A
(254,191,26)
0 Favorites   0 Comments

Color spaces of #febf1a

RGB 25419126
HSL0.120.990.55
HSV43°90°100°
CMYK 0.000.250.90   0.00
XYZ59.690358.40709.1049
Yxy58.40700.46930.4592
Hunter Lab76.42455.672246.4336
CIE-Lab80.964510.228179.7218

#febf1a color RGB value is (254,191,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00011010
Octal 376 277 32
Decimal 254 191 26
Hex FE BF 1A

RGB Percentages of Color #febf1a

%53.93
%40.55
%5.52

CMYK Percentages of Color #febf1a

%0
%25
%90
%0

Triadic Colors of #febf1a

#febf1a #1afebf #bf1afe

Analogous Colors of #febf1a

#febf1a #cbfe1a #fe4d1a

Monochromatic Colors of #febf1a

#febf1a

Complementary Color

#febf1a #1a59fe

#febf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf1a Color CSS Codes

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

#febf1a Text Font Color

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

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


#febf1a Background Color

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

This div background color is #febf1a


#febf1a Border Color

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

This div border color is #febf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf1a


Comments

No comments written yet.

Please login to write comment.