Color Hex Logo

#fec870 Color Hex

#FEC870
(254,200,112)
0 Favorites   0 Comments

Color spaces of #fec870

RGB 254200112
HSL0.100.990.72
HSV37°56°100°
CMYK 0.000.210.56   0.00
XYZ64.452063.549224.1985
Yxy63.54920.42350.4175
Hunter Lab79.71784.811637.8048
CIE-Lab83.73059.401650.8040

#fec870 color RGB value is (254,200,112).

#fec870 hex color red value is 254, green value is 200 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fec870 hue: 0.10 , saturation: 0.99 and the lightness value of fec870 is 0.72.

The process color (four color CMYK) of #fec870 color hex is 0.00, 0.21, 0.56, 0.00. Web safe color of #fec870 is #ffcc66. Color #fec870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 01110000
Octal 376 310 160
Decimal 254 200 112
Hex FE C8 70

RGB Percentages of Color #fec870

%44.88
%35.34
%19.79

CMYK Percentages of Color #fec870

%0
%21
%56
%0

Triadic Colors of #fec870

#fec870 #70fec8 #c870fe

Analogous Colors of #fec870

#fec870 #edfe70 #fe8170

Monochromatic Colors of #fec870

#fec870

Complementary Color

#fec870 #70a6fe

#fec870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec870 Color CSS Codes

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

#fec870 Text Font Color

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

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


#fec870 Background Color

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

This div background color is #fec870


#fec870 Border Color

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

This div border color is #fec870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec870

Related Colors


Comments

No comments written yet.

Please login to write comment.