Color Hex Logo

#febf05 Color Hex

#FEBF05
(254,191,5)
0 Favorites   0 Comments

Color spaces of #febf05

RGB 2541915
HSL0.120.990.51
HSV45°98°100°
CMYK 0.000.250.98   0.00
XYZ59.531258.34348.2673
Yxy58.34340.47190.4625
Hunter Lab76.38295.449247.0507
CIE-Lab80.92939.999182.4297

#febf05 color RGB value is (254,191,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00000101
Octal 376 277 5
Decimal 254 191 5
Hex FE BF 5

RGB Percentages of Color #febf05

%56.44
%42.44
%1.11

CMYK Percentages of Color #febf05

%0
%25
%98
%0

Triadic Colors of #febf05

#febf05 #05febf #bf05fe

Analogous Colors of #febf05

#febf05 #c1fe05 #fe4305

Monochromatic Colors of #febf05

#febf05

Complementary Color

#febf05 #0544fe

#febf05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf05 Color CSS Codes

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

#febf05 Text Font Color

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

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


#febf05 Background Color

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

This div background color is #febf05


#febf05 Border Color

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

This div border color is #febf05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf05


Comments

No comments written yet.

Please login to write comment.