Color Hex Logo

#fc6854 Color Hex

#FC6854
(252,104,84)
0 Favorites   0 Comments

Color spaces of #fc6854

RGB 25210484
HSL0.020.970.66
HSV67°99°
CMYK 0.000.590.67   0.01
XYZ46.695431.236211.9556
Yxy31.23620.51950.3475
Hunter Lab55.889451.329926.4395
CIE-Lab62.706555.279439.9300

#fc6854 color RGB value is (252,104,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101000 01010100
Octal 374 150 124
Decimal 252 104 84
Hex FC 68 54

RGB Percentages of Color #fc6854

%57.27
%23.64
%19.09

CMYK Percentages of Color #fc6854

%0
%59
%67
%1

Triadic Colors of #fc6854

#fc6854 #54fc68 #6854fc

Analogous Colors of #fc6854

#fc6854 #fcbc54 #fc5494

Monochromatic Colors of #fc6854

#fc6854

Complementary Color

#fc6854 #54e8fc

#fc6854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6854 Color CSS Codes

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

#fc6854 Text Font Color

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

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


#fc6854 Background Color

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

This div background color is #fc6854


#fc6854 Border Color

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

This div border color is #fc6854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6854


Comments

No comments written yet.

Please login to write comment.