Color Hex Logo

#fe694d Color Hex

#FE694D
(254,105,77)
0 Favorites   0 Comments

Color spaces of #fe694d

RGB 25410577
HSL0.030.990.65
HSV70°100°
CMYK 0.000.590.70   0.00
XYZ47.264231.709810.6507
Yxy31.70980.52740.3538
Hunter Lab56.311551.276328.2040
CIE-Lab63.102355.168944.2317

#fe694d color RGB value is (254,105,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101001 01001101
Octal 376 151 115
Decimal 254 105 77
Hex FE 69 4D

RGB Percentages of Color #fe694d

%58.26
%24.08
%17.66

CMYK Percentages of Color #fe694d

%0
%59
%70
%0

Triadic Colors of #fe694d

#fe694d #4dfe69 #694dfe

Analogous Colors of #fe694d

#fe694d #fec24d #fe4d8a

Monochromatic Colors of #fe694d

#fe694d

Complementary Color

#fe694d #4de2fe

#fe694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe694d Color CSS Codes

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

#fe694d Text Font Color

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

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


#fe694d Background Color

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

This div background color is #fe694d


#fe694d Border Color

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

This div border color is #fe694d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe694d


Comments

No comments written yet.

Please login to write comment.