Color Hex Logo

#fec594 Color Hex

#FEC594
(254,197,148)
0 Favorites   0 Comments

Color spaces of #fec594

RGB 254197148
HSL0.080.980.79
HSV28°42°100°
CMYK 0.000.220.42   0.00
XYZ66.184663.141536.7162
Yxy63.14150.39860.3803
Hunter Lab79.46169.617128.2275
CIE-Lab83.516814.224332.3732

#fec594 color RGB value is (254,197,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 10010100
Octal 376 305 224
Decimal 254 197 148
Hex FE C5 94

RGB Percentages of Color #fec594

%42.40
%32.89
%24.71

CMYK Percentages of Color #fec594

%0
%22
%42
%0

Triadic Colors of #fec594

#fec594 #94fec5 #c594fe

Analogous Colors of #fec594

#fec594 #fefa94 #fe9498

Monochromatic Colors of #fec594

#fec594

Complementary Color

#fec594 #94cdfe

#fec594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec594 Color CSS Codes

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

#fec594 Text Font Color

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

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


#fec594 Background Color

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

This div background color is #fec594


#fec594 Border Color

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

This div border color is #fec594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec594

Related Colors


Comments

No comments written yet.

Please login to write comment.