Color Hex Logo

#fec887 Color Hex

#FEC887
(254,200,135)
0 Favorites   0 Comments

Color spaces of #fec887

RGB 254200135
HSL0.090.980.76
HSV33°47°100°
CMYK 0.000.210.47   0.00
XYZ65.900564.128731.8264
Yxy64.12870.40720.3962
Hunter Lab80.08046.752232.4926
CIE-Lab84.032711.365339.7392

#fec887 color RGB value is (254,200,135).

#fec887 hex color red value is 254, green value is 200 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fec887 hue: 0.09 , saturation: 0.98 and the lightness value of fec887 is 0.76.

The process color (four color CMYK) of #fec887 color hex is 0.00, 0.21, 0.47, 0.00. Web safe color of #fec887 is #ffcc99. Color #fec887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 10000111
Octal 376 310 207
Decimal 254 200 135
Hex FE C8 87

RGB Percentages of Color #fec887

%43.12
%33.96
%22.92

CMYK Percentages of Color #fec887

%0
%21
%47
%0

Triadic Colors of #fec887

#fec887 #87fec8 #c887fe

Analogous Colors of #fec887

#fec887 #f9fe87 #fe8d87

Monochromatic Colors of #fec887

#fec887

Complementary Color

#fec887 #87bdfe

#fec887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec887 Color CSS Codes

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

#fec887 Text Font Color

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

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


#fec887 Background Color

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

This div background color is #fec887


#fec887 Border Color

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

This div border color is #fec887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec887


Comments

No comments written yet.

Please login to write comment.