Color Hex Logo

#fe9c69 Color Hex

#FE9C69
(254,156,105)
0 Favorites   0 Comments

Color spaces of #fe9c69

RGB 254156105
HSL0.060.990.70
HSV21°59°100°
CMYK 0.000.390.59   0.00
XYZ55.311345.867719.3027
Yxy45.86770.45910.3807
Hunter Lab67.725727.260330.5096
CIE-Lab73.459631.839341.8882

#fe9c69 color RGB value is (254,156,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011100 01101001
Octal 376 234 151
Decimal 254 156 105
Hex FE 9C 69

RGB Percentages of Color #fe9c69

%49.32
%30.29
%20.39

CMYK Percentages of Color #fe9c69

%0
%39
%59
%0

Triadic Colors of #fe9c69

#fe9c69 #69fe9c #9c69fe

Analogous Colors of #fe9c69

#fe9c69 #fee769 #fe6981

Monochromatic Colors of #fe9c69

#fe9c69

Complementary Color

#fe9c69 #69cbfe

#fe9c69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9c69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9c69 Color CSS Codes

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

#fe9c69 Text Font Color

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

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


#fe9c69 Background Color

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

This div background color is #fe9c69


#fe9c69 Border Color

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

This div border color is #fe9c69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9c69

Related Colors


Comments

No comments written yet.

Please login to write comment.