Color Hex Logo

#fffea7 Color Hex

#FFFEA7
(255,254,167)
0 Favorites   0 Comments

Color spaces of #fffea7

RGB 255254167
HSL0.161.000.83
HSV59°35°100°
CMYK 0.000.000.35   0.00
XYZ83.656994.933650.4741
Yxy94.93360.36520.4144
Hunter Lab97.4339-17.248937.4895
CIE-Lab98.0069-12.237641.7773

#fffea7 color RGB value is (255,254,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10100111
Octal 377 376 247
Decimal 255 254 167
Hex FF FE A7

RGB Percentages of Color #fffea7

%37.72
%37.57
%24.70

CMYK Percentages of Color #fffea7

%0
%0
%35
%0

Triadic Colors of #fffea7

#fffea7 #a7fffe #fea7ff

Analogous Colors of #fffea7

#fffea7 #d4ffa7 #ffd2a7

Monochromatic Colors of #fffea7

#fffea7

Complementary Color

#fffea7 #a7a8ff

#fffea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffea7 Color CSS Codes

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

#fffea7 Text Font Color

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

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


#fffea7 Background Color

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

This div background color is #fffea7


#fffea7 Border Color

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

This div border color is #fffea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffea7

Related Colors

#fffea7 Color Palettes


Comments

No comments written yet.

Please login to write comment.