Color Hex Logo

#fe210d Color Hex

#FE210D
(254,33,13)
0 Favorites   0 Comments

Color spaces of #fe210d

RGB 2543313
HSL0.010.990.52
HSV95°100°
CMYK 0.000.870.95   0.00
XYZ41.489622.18762.4767
Yxy22.18760.62720.3354
Hunter Lab47.103774.793829.8551
CIE-Lab54.225576.593064.4109

#fe210d color RGB value is (254,33,13).

#fe210d hex color red value is 254, green value is 33 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fe210d hue: 0.01 , saturation: 0.99 and the lightness value of fe210d is 0.52.

The process color (four color CMYK) of #fe210d color hex is 0.00, 0.87, 0.95, 0.00. Web safe color of #fe210d is #ff3300. Color #fe210d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100001 00001101
Octal 376 41 15
Decimal 254 33 13
Hex FE 21 D

RGB Percentages of Color #fe210d

%84.67
%11.00
%4.33

CMYK Percentages of Color #fe210d

%0
%87
%95
%0

Triadic Colors of #fe210d

#fe210d #0dfe21 #210dfe

Analogous Colors of #fe210d

#fe210d #fe9a0d #fe0d72

Monochromatic Colors of #fe210d

#fe210d

Complementary Color

#fe210d #0deafe

#fe210d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe210d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe210d Color CSS Codes

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

#fe210d Text Font Color

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

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


#fe210d Background Color

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

This div background color is #fe210d


#fe210d Border Color

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

This div border color is #fe210d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe210d


Comments

No comments written yet.

Please login to write comment.