Color Hex Logo

#fffea1 Color Hex

#FFFEA1
(255,254,161)
1 Favorites   0 Comments

Color spaces of #fffea1

RGB 255254161
HSL0.161.000.82
HSV59°37°100°
CMYK 0.000.000.37   0.00
XYZ83.114894.716847.6198
Yxy94.71680.36870.4201
Hunter Lab97.3226-17.873039.1153
CIE-Lab97.9201-12.900544.6020

#fffea1 color RGB value is (255,254,161).

#fffea1 hex color red value is 255, green value is 254 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fffea1 hue: 0.16 , saturation: 1.00 and the lightness value of fffea1 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10100001
Octal 377 376 241
Decimal 255 254 161
Hex FF FE A1

RGB Percentages of Color #fffea1

%38.06
%37.91
%24.03

CMYK Percentages of Color #fffea1

%0
%0
%37
%0

Triadic Colors of #fffea1

#fffea1 #a1fffe #fea1ff

Analogous Colors of #fffea1

#fffea1 #d1ffa1 #ffcfa1

Monochromatic Colors of #fffea1

#fffea1

Complementary Color

#fffea1 #a1a2ff

#fffea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffea1 Color CSS Codes

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

#fffea1 Text Font Color

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

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


#fffea1 Background Color

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

This div background color is #fffea1


#fffea1 Border Color

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

This div border color is #fffea1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,254,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 #fffea1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffea1

Related Colors


Comments

No comments written yet.

Please login to write comment.