color codes Logo

#fe153c color codes

#FE153C
(254,21,60)
0 Favorites   0 Comments

Color spaces of #fe153c

RGB 2542160
HSL0.970.990.54
HSV350°92°100°
CMYK 0.000.920.76   0.00
XYZ41.956821.93346.2972
Yxy21.93340.59780.3125
Hunter Lab46.833177.956524.8110
CIE-Lab53.956379.171843.2704

#fe153c color RGB value is (254,21,60).

#fe153c hex color red value is 254, green value is 21 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fe153c hue: 0.97 , saturation: 0.99 and the lightness value of fe153c is 0.54.

The process color (four color CMYK) of #fe153c color code is 0.00, 0.92, 0.76, 0.00. Web safe color of #fe153c is #ff0033. Color #fe153c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010101 00111100
Octal 376 25 74
Decimal 254 21 60
Hex FE 15 3C

RGB Percentages of Color #fe153c

%75.82
%6.27
%17.91

CMYK Percentages of Color #fe153c

%0
%92
%76
%0

Triadic Colors of #fe153c

#fe153c #3cfe15 #153cfe

Analogous Colors of #fe153c

#fe153c #fe6315 #fe15b1

Monochromatic Colors of #fe153c

#fe153c

Complementary Color

#fe153c #15fed7

#fe153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe153c Color CSS Codes

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

#fe153c Text Font Color

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

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


#fe153c Background Color

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

This div background color is #fe153c


#fe153c Border Color

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

This div border color is #fe153c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe153c

Related Colors


Comments

No comments written yet.

Please login to write comment.