Color Hex Logo

#fe0500 Color Hex

#FE0500
(254,5,0)
1 Favorites   0 Comments

Color spaces of #fe0500

RGB 25450
HSL0.001.000.50
HSV100°100°
CMYK 0.000.981.00   0.00
XYZ40.927321.17941.9309
Yxy21.17940.63910.3307
Hunter Lab46.021178.206129.7271
CIE-Lab53.145379.527867.0609

#fe0500 color RGB value is (254,5,0).

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

The process color (four color CMYK) of #fe0500 color hex is 0.00, 0.98, 1.00, 0.00. Web safe color of #fe0500 is #ff0000. Color #fe0500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000101 00000000
Octal 376 5 0
Decimal 254 5 0
Hex FE 5 0

RGB Percentages of Color #fe0500

%98.07
%1.93
%0.00

CMYK Percentages of Color #fe0500

%0
%98
%100
%0

Triadic Colors of #fe0500

#fe0500 #00fe05 #0500fe

Analogous Colors of #fe0500

#fe0500 #fe8400 #fe007a

Monochromatic Colors of #fe0500

#fe0500

Complementary Color

#fe0500 #00f9fe

#fe0500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0500 Color CSS Codes

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

#fe0500 Text Font Color

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

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


#fe0500 Background Color

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

This div background color is #fe0500


#fe0500 Border Color

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

This div border color is #fe0500


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,5,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 #fe0500">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0500


Comments

No comments written yet.

Please login to write comment.