Color Hex Logo

#fe7e29 Color Hex

#FE7E29
(254,126,41)
0 Favorites   0 Comments

Color spaces of #fe7e29

RGB 25412641
HSL0.070.990.58
HSV24°84°100°
CMYK 0.000.500.84   0.00
XYZ48.734136.15266.5074
Yxy36.15260.53320.3956
Hunter Lab60.127039.455335.6721
CIE-Lab66.636444.000664.2815

#fe7e29 color RGB value is (254,126,41).

#fe7e29 hex color red value is 254, green value is 126 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fe7e29 hue: 0.07 , saturation: 0.99 and the lightness value of fe7e29 is 0.58.

The process color (four color CMYK) of #fe7e29 color hex is 0.00, 0.50, 0.84, 0.00. Web safe color of #fe7e29 is #ff6633. Color #fe7e29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 00101001
Octal 376 176 51
Decimal 254 126 41
Hex FE 7E 29

RGB Percentages of Color #fe7e29

%60.33
%29.93
%9.74

CMYK Percentages of Color #fe7e29

%0
%50
%84
%0

Triadic Colors of #fe7e29

#fe7e29 #29fe7e #7e29fe

Analogous Colors of #fe7e29

#fe7e29 #fee929 #fe293f

Monochromatic Colors of #fe7e29

#fe7e29

Complementary Color

#fe7e29 #29a9fe

#fe7e29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7e29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7e29 Color CSS Codes

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

#fe7e29 Text Font Color

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

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


#fe7e29 Background Color

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

This div background color is #fe7e29


#fe7e29 Border Color

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

This div border color is #fe7e29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7e29


Comments

No comments written yet.

Please login to write comment.