Color Hex Logo

#feeca0 Color Hex

#FEECA0
(254,236,160)
0 Favorites   0 Comments

Color spaces of #feeca0

RGB 254236160
HSL0.130.980.81
HSV49°37°100°
CMYK 0.000.070.37   0.00
XYZ77.213783.599845.3245
Yxy83.59980.37460.4056
Hunter Lab91.4329-9.267134.6122
CIE-Lab93.2764-4.479239.0751

#feeca0 color RGB value is (254,236,160).

#feeca0 hex color red value is 254, green value is 236 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #feeca0 hue: 0.13 , saturation: 0.98 and the lightness value of feeca0 is 0.81.

The process color (four color CMYK) of #feeca0 color hex is 0.00, 0.07, 0.37, 0.00. Web safe color of #feeca0 is #ffff99. Color #feeca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10100000
Octal 376 354 240
Decimal 254 236 160
Hex FE EC A0

RGB Percentages of Color #feeca0

%39.08
%36.31
%24.62

CMYK Percentages of Color #feeca0

%0
%7
%37
%0

Triadic Colors of #feeca0

#feeca0 #a0feec #eca0fe

Analogous Colors of #feeca0

#feeca0 #e1fea0 #febda0

Monochromatic Colors of #feeca0

#feeca0

Complementary Color

#feeca0 #a0b2fe

#feeca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeca0 Color CSS Codes

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

#feeca0 Text Font Color

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

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


#feeca0 Background Color

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

This div background color is #feeca0


#feeca0 Border Color

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

This div border color is #feeca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeca0

Related Colors


Comments

No comments written yet.

Please login to write comment.