Color Hex Logo

#febf04 Color Hex

#FEBF04
(254,191,4)
0 Favorites   0 Comments

Color spaces of #febf04

RGB 2541914
HSL0.120.990.51
HSV45°98°100°
CMYK 0.000.250.98   0.00
XYZ59.525858.34128.2385
Yxy58.34120.47200.4626
Hunter Lab76.38145.441747.0720
CIE-Lab80.92819.991582.5261

#febf04 color RGB value is (254,191,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00000100
Octal 376 277 4
Decimal 254 191 4
Hex FE BF 4

RGB Percentages of Color #febf04

%56.57
%42.54
%0.89

CMYK Percentages of Color #febf04

%0
%25
%98
%0

Triadic Colors of #febf04

#febf04 #04febf #bf04fe

Analogous Colors of #febf04

#febf04 #c0fe04 #fe4204

Monochromatic Colors of #febf04

#febf04

Complementary Color

#febf04 #0443fe

#febf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf04 Color CSS Codes

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

#febf04 Text Font Color

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

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


#febf04 Background Color

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

This div background color is #febf04


#febf04 Border Color

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

This div border color is #febf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf04


Comments

No comments written yet.

Please login to write comment.