Color Hex Logo

#fe3523 Color Hex

#FE3523
(254,53,35)
1 Favorites   0 Comments

Color spaces of #fe3523

RGB 2545335
HSL0.010.990.57
HSV86°100°
CMYK 0.000.790.86   0.00
XYZ42.449523.73843.9347
Yxy23.73840.60540.3385
Hunter Lab48.722170.256029.3173
CIE-Lab55.824972.601757.7139

#fe3523 color RGB value is (254,53,35).

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

The process color (four color CMYK) of #fe3523 color hex is 0.00, 0.79, 0.86, 0.00. Web safe color of #fe3523 is #ff3333. Color #fe3523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110101 00100011
Octal 376 65 43
Decimal 254 53 35
Hex FE 35 23

RGB Percentages of Color #fe3523

%74.27
%15.50
%10.23

CMYK Percentages of Color #fe3523

%0
%79
%86
%0

Triadic Colors of #fe3523

#fe3523 #23fe35 #3523fe

Analogous Colors of #fe3523

#fe3523 #fea323 #fe237f

Monochromatic Colors of #fe3523

#fe3523

Complementary Color

#fe3523 #23ecfe

#fe3523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3523 Color CSS Codes

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

#fe3523 Text Font Color

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

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


#fe3523 Background Color

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

This div background color is #fe3523


#fe3523 Border Color

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

This div border color is #fe3523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3523


Comments

No comments written yet.

Please login to write comment.