Color Hex Logo

#fe7934 Color Hex

#FE7934
(254,121,52)
0 Favorites   0 Comments

Color spaces of #fe7934

RGB 25412152
HSL0.060.990.60
HSV20°80°100°
CMYK 0.000.520.80   0.00
XYZ48.330334.99357.4559
Yxy34.99350.53240.3855
Hunter Lab59.155342.314033.9358
CIE-Lab65.743646.740359.1140

#fe7934 color RGB value is (254,121,52).

#fe7934 hex color red value is 254, green value is 121 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fe7934 hue: 0.06 , saturation: 0.99 and the lightness value of fe7934 is 0.60.

The process color (four color CMYK) of #fe7934 color hex is 0.00, 0.52, 0.80, 0.00. Web safe color of #fe7934 is #ff6633. Color #fe7934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 00110100
Octal 376 171 64
Decimal 254 121 52
Hex FE 79 34

RGB Percentages of Color #fe7934

%59.48
%28.34
%12.18

CMYK Percentages of Color #fe7934

%0
%52
%80
%0

Triadic Colors of #fe7934

#fe7934 #34fe79 #7934fe

Analogous Colors of #fe7934

#fe7934 #fede34 #fe3454

Monochromatic Colors of #fe7934

#fe7934

Complementary Color

#fe7934 #34b9fe

#fe7934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7934 Color CSS Codes

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

#fe7934 Text Font Color

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

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


#fe7934 Background Color

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

This div background color is #fe7934


#fe7934 Border Color

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

This div border color is #fe7934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7934


Comments

No comments written yet.

Please login to write comment.