Color Hex Logo

#fe935f Color Hex

#FE935F
(254,147,95)
0 Favorites   0 Comments

Color spaces of #fe935f

RGB 25414795
HSL0.050.990.68
HSV20°63°100°
CMYK 0.000.420.63   0.00
XYZ53.372342.764516.2678
Yxy42.76450.47480.3805
Hunter Lab65.394631.243731.0270
CIE-Lab71.394835.803144.5553

#fe935f color RGB value is (254,147,95).

#fe935f hex color red value is 254, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fe935f hue: 0.05 , saturation: 0.99 and the lightness value of fe935f is 0.68.

The process color (four color CMYK) of #fe935f color hex is 0.00, 0.42, 0.63, 0.00. Web safe color of #fe935f is #ff9966. Color #fe935f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 01011111
Octal 376 223 137
Decimal 254 147 95
Hex FE 93 5F

RGB Percentages of Color #fe935f

%51.21
%29.64
%19.15

CMYK Percentages of Color #fe935f

%0
%42
%63
%0

Triadic Colors of #fe935f

#fe935f #5ffe93 #935ffe

Analogous Colors of #fe935f

#fe935f #fee35f #fe5f7b

Monochromatic Colors of #fe935f

#fe935f

Complementary Color

#fe935f #5fcafe

#fe935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe935f Color CSS Codes

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

#fe935f Text Font Color

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

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


#fe935f Background Color

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

This div background color is #fe935f


#fe935f Border Color

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

This div border color is #fe935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe935f


Comments

No comments written yet.

Please login to write comment.