Color Hex Logo

#fec287 Color Hex

#FEC287
(254,194,135)
0 Favorites   0 Comments

Color spaces of #fec287

RGB 254194135
HSL0.080.980.76
HSV30°47°100°
CMYK 0.000.240.47   0.00
XYZ64.538061.403731.3722
Yxy61.40370.41020.3903
Hunter Lab78.36059.882331.1152
CIE-Lab82.595314.490137.8953

#fec287 color RGB value is (254,194,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 10000111
Octal 376 302 207
Decimal 254 194 135
Hex FE C2 87

RGB Percentages of Color #fec287

%43.57
%33.28
%23.16

CMYK Percentages of Color #fec287

%0
%24
%47
%0

Triadic Colors of #fec287

#fec287 #87fec2 #c287fe

Analogous Colors of #fec287

#fec287 #fefe87 #fe8788

Monochromatic Colors of #fec287

#fec287

Complementary Color

#fec287 #87c3fe

#fec287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec287 Color CSS Codes

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

#fec287 Text Font Color

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

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


#fec287 Background Color

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

This div background color is #fec287


#fec287 Border Color

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

This div border color is #fec287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec287

Related Colors


Comments

No comments written yet.

Please login to write comment.