Color Hex Logo

#fe664d Color Hex

#FE664D
(254,102,77)
0 Favorites   0 Comments

Color spaces of #fe664d

RGB 25410277
HSL0.020.990.65
HSV70°100°
CMYK 0.000.600.70   0.00
XYZ46.964031.109410.5506
Yxy31.10940.52990.3510
Hunter Lab55.775852.691827.8277
CIE-Lab62.599956.494143.6551

#fe664d color RGB value is (254,102,77).

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

The process color (four color CMYK) of #fe664d color hex is 0.00, 0.60, 0.70, 0.00. Web safe color of #fe664d is #ff6666. Color #fe664d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100110 01001101
Octal 376 146 115
Decimal 254 102 77
Hex FE 66 4D

RGB Percentages of Color #fe664d

%58.66
%23.56
%17.78

CMYK Percentages of Color #fe664d

%0
%60
%70
%0

Triadic Colors of #fe664d

#fe664d #4dfe66 #664dfe

Analogous Colors of #fe664d

#fe664d #febf4d #fe4d8d

Monochromatic Colors of #fe664d

#fe664d

Complementary Color

#fe664d #4de5fe

#fe664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe664d Color CSS Codes

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

#fe664d Text Font Color

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

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


#fe664d Background Color

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

This div background color is #fe664d


#fe664d Border Color

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

This div border color is #fe664d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe664d

Related Colors


Comments

No comments written yet.

Please login to write comment.