Color Hex Logo

#fec291 Color Hex

#FEC291
(254,194,145)
0 Favorites   0 Comments

Color spaces of #fec291

RGB 254194145
HSL0.070.980.78
HSV27°43°100°
CMYK 0.000.240.43   0.00
XYZ65.275761.698735.2567
Yxy61.69870.40240.3803
Hunter Lab78.548510.877928.3715
CIE-Lab82.752915.478732.9257

#fec291 color RGB value is (254,194,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 10010001
Octal 376 302 221
Decimal 254 194 145
Hex FE C2 91

RGB Percentages of Color #fec291

%42.83
%32.72
%24.45

CMYK Percentages of Color #fec291

%0
%24
%43
%0

Triadic Colors of #fec291

#fec291 #91fec2 #c291fe

Analogous Colors of #fec291

#fec291 #fef991 #fe9197

Monochromatic Colors of #fec291

#fec291

Complementary Color

#fec291 #91cdfe

#fec291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec291 Color CSS Codes

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

#fec291 Text Font Color

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

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


#fec291 Background Color

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

This div background color is #fec291


#fec291 Border Color

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

This div border color is #fec291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec291

Related Colors


Comments

No comments written yet.

Please login to write comment.