Color Hex Logo

#fec28f Color Hex

#FEC28F
(254,194,143)
0 Favorites   0 Comments

Color spaces of #fec28f

RGB 254194143
HSL0.080.980.78
HSV28°44°100°
CMYK 0.000.240.44   0.00
XYZ65.122861.637634.4515
Yxy61.63760.40400.3823
Hunter Lab78.509610.671828.9392
CIE-Lab82.720315.274633.9231

#fec28f color RGB value is (254,194,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 10001111
Octal 376 302 217
Decimal 254 194 143
Hex FE C2 8F

RGB Percentages of Color #fec28f

%42.98
%32.83
%24.20

CMYK Percentages of Color #fec28f

%0
%24
%44
%0

Triadic Colors of #fec28f

#fec28f #8ffec2 #c28ffe

Analogous Colors of #fec28f

#fec28f #fefa8f #fe8f94

Monochromatic Colors of #fec28f

#fec28f

Complementary Color

#fec28f #8fcbfe

#fec28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec28f Color CSS Codes

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

#fec28f Text Font Color

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

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


#fec28f Background Color

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

This div background color is #fec28f


#fec28f Border Color

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

This div border color is #fec28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec28f


Comments

No comments written yet.

Please login to write comment.