Color Hex Logo

#fffec8 Color Hex

#FFFEC8
(255,254,200)
0 Favorites   0 Comments

Color spaces of #fffec8

RGB 255254200
HSL0.161.000.89
HSV59°22°100°
CMYK 0.000.000.22   0.00
XYZ87.107196.313868.6430
Yxy96.31380.34560.3821
Hunter Lab98.1396-13.310627.2278
CIE-Lab98.5568-8.108826.0204

#fffec8 color RGB value is (255,254,200).

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

The process color (four color CMYK) of #fffec8 color hex is 0.00, 0.00, 0.22, 0.00. Web safe color of #fffec8 is #ffffcc. Color #fffec8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11001000
Octal 377 376 310
Decimal 255 254 200
Hex FF FE C8

RGB Percentages of Color #fffec8

%35.97
%35.83
%28.21

CMYK Percentages of Color #fffec8

%0
%0
%22
%0

Triadic Colors of #fffec8

#fffec8 #c8fffe #fec8ff

Analogous Colors of #fffec8

#fffec8 #e5ffc8 #ffe3c8

Monochromatic Colors of #fffec8

#fffec8

Complementary Color

#fffec8 #c8c9ff

#fffec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffec8 Color CSS Codes

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

#fffec8 Text Font Color

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

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


#fffec8 Background Color

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

This div background color is #fffec8


#fffec8 Border Color

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

This div border color is #fffec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffec8

Related Colors

#fffec8 Color Palettes


Comments

No comments written yet.

Please login to write comment.