Color Hex Logo

#fec387 Color Hex

#FEC387
(254,195,135)
0 Favorites   0 Comments

Color spaces of #fec387

RGB 254195135
HSL0.080.980.76
HSV30°47°100°
CMYK 0.000.230.47   0.00
XYZ64.761361.850331.4467
Yxy61.85030.40970.3913
Hunter Lab78.64509.359731.3440
CIE-Lab82.833713.968538.2019

#fec387 color RGB value is (254,195,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10000111
Octal 376 303 207
Decimal 254 195 135
Hex FE C3 87

RGB Percentages of Color #fec387

%43.49
%33.39
%23.12

CMYK Percentages of Color #fec387

%0
%23
%47
%0

Triadic Colors of #fec387

#fec387 #87fec3 #c387fe

Analogous Colors of #fec387

#fec387 #fefe87 #fe8887

Monochromatic Colors of #fec387

#fec387

Complementary Color

#fec387 #87c2fe

#fec387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec387 Color CSS Codes

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

#fec387 Text Font Color

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

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


#fec387 Background Color

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

This div background color is #fec387


#fec387 Border Color

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

This div border color is #fec387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec387

Related Colors


Comments

No comments written yet.

Please login to write comment.