Color Hex Logo

#feea8c Color Hex

#FEEA8C
(254,234,140)
0 Favorites   0 Comments

Color spaces of #feea8c

RGB 254234140
HSL0.140.980.77
HSV49°45°100°
CMYK 0.000.080.45   0.00
XYZ75.029581.809936.6474
Yxy81.80990.38780.4228
Hunter Lab90.4488-10.215439.2915
CIE-Lab92.4909-5.534747.9328

#feea8c color RGB value is (254,234,140).

#feea8c hex color red value is 254, green value is 234 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #feea8c hue: 0.14 , saturation: 0.98 and the lightness value of feea8c is 0.77.

The process color (four color CMYK) of #feea8c color hex is 0.00, 0.08, 0.45, 0.00. Web safe color of #feea8c is #ffff99. Color #feea8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10001100
Octal 376 352 214
Decimal 254 234 140
Hex FE EA 8C

RGB Percentages of Color #feea8c

%40.45
%37.26
%22.29

CMYK Percentages of Color #feea8c

%0
%8
%45
%0

Triadic Colors of #feea8c

#feea8c #8cfeea #ea8cfe

Analogous Colors of #feea8c

#feea8c #d9fe8c #feb18c

Monochromatic Colors of #feea8c

#feea8c

Complementary Color

#feea8c #8ca0fe

#feea8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea8c Color CSS Codes

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

#feea8c Text Font Color

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

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


#feea8c Background Color

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

This div background color is #feea8c


#feea8c Border Color

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

This div border color is #feea8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea8c


Comments

No comments written yet.

Please login to write comment.