Color Hex Logo

#fe634c Color Hex

#FE634C
(254,99,76)
0 Favorites   0 Comments

Color spaces of #fe634c

RGB 2549976
HSL0.020.990.65
HSV70°100°
CMYK 0.000.610.70   0.00
XYZ46.639430.516310.2695
Yxy30.51630.53350.3491
Hunter Lab55.241654.031427.6470
CIE-Lab62.097257.748243.6115

#fe634c color RGB value is (254,99,76).

#fe634c hex color red value is 254, green value is 99 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fe634c hue: 0.02 , saturation: 0.99 and the lightness value of fe634c is 0.65.

The process color (four color CMYK) of #fe634c color hex is 0.00, 0.61, 0.70, 0.00. Web safe color of #fe634c is #ff6633. Color #fe634c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 01001100
Octal 376 143 114
Decimal 254 99 76
Hex FE 63 4C

RGB Percentages of Color #fe634c

%59.21
%23.08
%17.72

CMYK Percentages of Color #fe634c

%0
%61
%70
%0

Triadic Colors of #fe634c

#fe634c #4cfe63 #634cfe

Analogous Colors of #fe634c

#fe634c #febc4c #fe4c8e

Monochromatic Colors of #fe634c

#fe634c

Complementary Color

#fe634c #4ce7fe

#fe634c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe634c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe634c Color CSS Codes

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

#fe634c Text Font Color

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

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


#fe634c Background Color

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

This div background color is #fe634c


#fe634c Border Color

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

This div border color is #fe634c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe634c

Related Colors


Comments

No comments written yet.

Please login to write comment.