Color Hex Logo

#fe8a67 Color Hex

#FE8A67
(254,138,103)
0 Favorites   0 Comments

Color spaces of #fe8a67

RGB 254138103
HSL0.040.990.70
HSV14°59°100°
CMYK 0.000.460.59   0.00
XYZ52.409740.227117.8343
Yxy40.22710.47440.3641
Hunter Lab63.424836.506027.7258
CIE-Lab69.631040.910938.2116

#fe8a67 color RGB value is (254,138,103).

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

The process color (four color CMYK) of #fe8a67 color hex is 0.00, 0.46, 0.59, 0.00. Web safe color of #fe8a67 is #ff9966. Color #fe8a67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001010 01100111
Octal 376 212 147
Decimal 254 138 103
Hex FE 8A 67

RGB Percentages of Color #fe8a67

%51.31
%27.88
%20.81

CMYK Percentages of Color #fe8a67

%0
%46
%59
%0

Triadic Colors of #fe8a67

#fe8a67 #67fe8a #8a67fe

Analogous Colors of #fe8a67

#fe8a67 #fed667 #fe6790

Monochromatic Colors of #fe8a67

#fe8a67

Complementary Color

#fe8a67 #67dbfe

#fe8a67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8a67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8a67 Color CSS Codes

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

#fe8a67 Text Font Color

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

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


#fe8a67 Background Color

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

This div background color is #fe8a67


#fe8a67 Border Color

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

This div border color is #fe8a67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8a67


Comments

No comments written yet.

Please login to write comment.