Color Hex Logo

#fe6854 Color Hex

#FE6854
(254,104,84)
0 Favorites   0 Comments

Color spaces of #fe6854

RGB 25410484
HSL0.020.990.66
HSV67°100°
CMYK 0.000.590.67   0.00
XYZ47.423631.611611.9896
Yxy31.61160.52100.3473
Hunter Lab56.224252.167626.7136
CIE-Lab63.020655.966140.3807

#fe6854 color RGB value is (254,104,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 01010100
Octal 376 150 124
Decimal 254 104 84
Hex FE 68 54

RGB Percentages of Color #fe6854

%57.47
%23.53
%19.00

CMYK Percentages of Color #fe6854

%0
%59
%67
%0

Triadic Colors of #fe6854

#fe6854 #54fe68 #6854fe

Analogous Colors of #fe6854

#fe6854 #febd54 #fe5495

Monochromatic Colors of #fe6854

#fe6854

Complementary Color

#fe6854 #54eafe

#fe6854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6854 Color CSS Codes

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

#fe6854 Text Font Color

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

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


#fe6854 Background Color

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

This div background color is #fe6854


#fe6854 Border Color

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

This div border color is #fe6854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6854

Related Colors


Comments

No comments written yet.

Please login to write comment.