Color Hex Logo

#fec590 Color Hex

#FEC590
(254,197,144)
0 Favorites   0 Comments

Color spaces of #fec590

RGB 254197144
HSL0.080.980.78
HSV29°43°100°
CMYK 0.000.220.43   0.00
XYZ65.873363.017035.0771
Yxy63.01700.40170.3843
Hunter Lab79.38329.201029.3698
CIE-Lab83.451313.810534.3635

#fec590 color RGB value is (254,197,144).

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

The process color (four color CMYK) of #fec590 color hex is 0.00, 0.22, 0.43, 0.00. Web safe color of #fec590 is #ffcc99. Color #fec590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 10010000
Octal 376 305 220
Decimal 254 197 144
Hex FE C5 90

RGB Percentages of Color #fec590

%42.69
%33.11
%24.20

CMYK Percentages of Color #fec590

%0
%22
%43
%0

Triadic Colors of #fec590

#fec590 #90fec5 #c590fe

Analogous Colors of #fec590

#fec590 #fefc90 #fe9092

Monochromatic Colors of #fec590

#fec590

Complementary Color

#fec590 #90c9fe

#fec590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec590 Color CSS Codes

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

#fec590 Text Font Color

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

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


#fec590 Background Color

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

This div background color is #fec590


#fec590 Border Color

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

This div border color is #fec590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec590

Related Colors


Comments

No comments written yet.

Please login to write comment.