Color Hex Logo

#fec28e Color Hex

#FEC28E
(254,194,142)
0 Favorites   0 Comments

Color spaces of #fec28e

RGB 254194142
HSL0.080.980.78
HSV28°44°100°
CMYK 0.000.240.44   0.00
XYZ65.047361.607434.0542
Yxy61.60740.40480.3833
Hunter Lab78.490410.570129.2194
CIE-Lab82.704215.173734.4212

#fec28e color RGB value is (254,194,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 10001110
Octal 376 302 216
Decimal 254 194 142
Hex FE C2 8E

RGB Percentages of Color #fec28e

%43.05
%32.88
%24.07

CMYK Percentages of Color #fec28e

%0
%24
%44
%0

Triadic Colors of #fec28e

#fec28e #8efec2 #c28efe

Analogous Colors of #fec28e

#fec28e #fefa8e #fe8e92

Monochromatic Colors of #fec28e

#fec28e

Complementary Color

#fec28e #8ecafe

#fec28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec28e Color CSS Codes

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

#fec28e Text Font Color

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

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


#fec28e Background Color

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

This div background color is #fec28e


#fec28e Border Color

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

This div border color is #fec28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec28e

Related Colors


Comments

No comments written yet.

Please login to write comment.