Color Hex Logo

#feeca1 Color Hex

#FEECA1
(254,236,161)
0 Favorites   0 Comments

Color spaces of #feeca1

RGB 254236161
HSL0.130.980.81
HSV48°37°100°
CMYK 0.000.070.37   0.00
XYZ77.301583.634945.7871
Yxy83.63490.37390.4046
Hunter Lab91.4521-9.161034.3319
CIE-Lab93.2917-4.368438.5951

#feeca1 color RGB value is (254,236,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10100001
Octal 376 354 241
Decimal 254 236 161
Hex FE EC A1

RGB Percentages of Color #feeca1

%39.02
%36.25
%24.73

CMYK Percentages of Color #feeca1

%0
%7
%37
%0

Triadic Colors of #feeca1

#feeca1 #a1feec #eca1fe

Analogous Colors of #feeca1

#feeca1 #e2fea1 #febea1

Monochromatic Colors of #feeca1

#feeca1

Complementary Color

#feeca1 #a1b3fe

#feeca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeca1 Color CSS Codes

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

#feeca1 Text Font Color

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

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


#feeca1 Background Color

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

This div background color is #feeca1


#feeca1 Border Color

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

This div border color is #feeca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeca1


Comments

No comments written yet.

Please login to write comment.