Color Hex Logo

#febf00 Color Hex

#FEBF00
(254,191,0)
0 Favorites   0 Comments

Color spaces of #febf00

RGB 2541910
HSL0.131.000.50
HSV45°100°100°
CMYK 0.000.251.00   0.00
XYZ59.503958.33248.1231
Yxy58.33240.47240.4631
Hunter Lab76.37575.411147.1570
CIE-Lab80.92329.960082.9145

#febf00 color RGB value is (254,191,0).

#febf00 hex color red value is 254, green value is 191 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #febf00 hue: 0.13 , saturation: 1.00 and the lightness value of febf00 is 0.50.

The process color (four color CMYK) of #febf00 color hex is 0.00, 0.25, 1.00, 0.00. Web safe color of #febf00 is #ffcc00. Color #febf00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00000000
Octal 376 277 0
Decimal 254 191 0
Hex FE BF 0

RGB Percentages of Color #febf00

%57.08
%42.92
%0.00

CMYK Percentages of Color #febf00

%0
%25
%100
%0

Triadic Colors of #febf00

#febf00 #00febf #bf00fe

Analogous Colors of #febf00

#febf00 #befe00 #fe4000

Monochromatic Colors of #febf00

#febf00

Complementary Color

#febf00 #003ffe

#febf00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf00 Color CSS Codes

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

#febf00 Text Font Color

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

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


#febf00 Background Color

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

This div background color is #febf00


#febf00 Border Color

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

This div border color is #febf00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf00


Comments

No comments written yet.

Please login to write comment.