Color Hex Logo

#fe8967 Color Hex

#FE8967
(254,137,103)
0 Favorites   0 Comments

Color spaces of #fe8967

RGB 254137103
HSL0.040.990.70
HSV14°59°100°
CMYK 0.000.460.59   0.00
XYZ52.266939.941417.7867
Yxy39.94140.47520.3631
Hunter Lab63.199237.024127.5529
CIE-Lab69.427841.414137.9587

#fe8967 color RGB value is (254,137,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 01100111
Octal 376 211 147
Decimal 254 137 103
Hex FE 89 67

RGB Percentages of Color #fe8967

%51.42
%27.73
%20.85

CMYK Percentages of Color #fe8967

%0
%46
%59
%0

Triadic Colors of #fe8967

#fe8967 #67fe89 #8967fe

Analogous Colors of #fe8967

#fe8967 #fed567 #fe6791

Monochromatic Colors of #fe8967

#fe8967

Complementary Color

#fe8967 #67dcfe

#fe8967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8967 Color CSS Codes

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

#fe8967 Text Font Color

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

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


#fe8967 Background Color

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

This div background color is #fe8967


#fe8967 Border Color

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

This div border color is #fe8967


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,137,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 #fe8967">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8967


Comments

No comments written yet.

Please login to write comment.