Color Hex Logo

#fe534a Color Hex

#FE534A
(254,83,74)
0 Favorites   0 Comments

Color spaces of #fe534a

RGB 2548374
HSL0.010.990.64
HSV71°100°
CMYK 0.000.670.71   0.00
XYZ45.202327.75189.4528
Yxy27.75180.54850.3368
Hunter Lab52.680060.972826.2371
CIE-Lab59.663864.143741.8964

#fe534a color RGB value is (254,83,74).

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

The process color (four color CMYK) of #fe534a color hex is 0.00, 0.67, 0.71, 0.00. Web safe color of #fe534a is #ff6633. Color #fe534a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 01001010
Octal 376 123 112
Decimal 254 83 74
Hex FE 53 4A

RGB Percentages of Color #fe534a

%61.80
%20.19
%18.00

CMYK Percentages of Color #fe534a

%0
%67
%71
%0

Triadic Colors of #fe534a

#fe534a #4afe53 #534afe

Analogous Colors of #fe534a

#fe534a #fead4a #fe4a9b

Monochromatic Colors of #fe534a

#fe534a

Complementary Color

#fe534a #4af5fe

#fe534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe534a Color CSS Codes

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

#fe534a Text Font Color

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

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


#fe534a Background Color

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

This div background color is #fe534a


#fe534a Border Color

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

This div border color is #fe534a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe534a


Comments

No comments written yet.

Please login to write comment.