Color Hex Logo

#fe8358 Color Hex

#FE8358
(254,131,88)
0 Favorites   0 Comments

Color spaces of #fe8358

RGB 25413188
HSL0.040.990.67
HSV16°65°100°
CMYK 0.000.480.65   0.00
XYZ50.750838.008013.8939
Yxy38.00800.49440.3703
Hunter Lab61.650639.052629.7935
CIE-Lab68.026543.454344.1837

#fe8358 color RGB value is (254,131,88).

#fe8358 hex color red value is 254, green value is 131 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fe8358 hue: 0.04 , saturation: 0.99 and the lightness value of fe8358 is 0.67.

The process color (four color CMYK) of #fe8358 color hex is 0.00, 0.48, 0.65, 0.00. Web safe color of #fe8358 is #ff9966. Color #fe8358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 01011000
Octal 376 203 130
Decimal 254 131 88
Hex FE 83 58

RGB Percentages of Color #fe8358

%53.70
%27.70
%18.60

CMYK Percentages of Color #fe8358

%0
%48
%65
%0

Triadic Colors of #fe8358

#fe8358 #58fe83 #8358fe

Analogous Colors of #fe8358

#fe8358 #fed658 #fe5880

Monochromatic Colors of #fe8358

#fe8358

Complementary Color

#fe8358 #58d3fe

#fe8358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8358 Color CSS Codes

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

#fe8358 Text Font Color

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

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


#fe8358 Background Color

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

This div background color is #fe8358


#fe8358 Border Color

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

This div border color is #fe8358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8358


Comments

No comments written yet.

Please login to write comment.