Color Hex Logo

#fefeea Color Hex

#FEFEEA
(254,254,234)
0 Favorites   0 Comments

Color spaces of #fefeea

RGB 254254234
HSL0.170.910.96
HSV60°100°
CMYK 0.000.000.08   0.00
XYZ91.166197.895091.9326
Yxy97.89500.32440.3484
Hunter Lab98.9419-8.676614.1696
CIE-Lab99.1803-3.36689.5557

#fefeea color RGB value is (254,254,234).

#fefeea hex color red value is 254, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fefeea hue: 0.17 , saturation: 0.91 and the lightness value of fefeea is 0.96.

The process color (four color CMYK) of #fefeea color hex is 0.00, 0.00, 0.08, 0.00. Web safe color of #fefeea is #ffffff. Color #fefeea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11101010
Octal 376 376 352
Decimal 254 254 234
Hex FE FE EA

RGB Percentages of Color #fefeea

%34.23
%34.23
%31.54

CMYK Percentages of Color #fefeea

%0
%0
%8
%0

Triadic Colors of #fefeea

#fefeea #eafefe #feeafe

Analogous Colors of #fefeea

#fefeea #f4feea #fef4ea

Monochromatic Colors of #fefeea

#fefeea

Complementary Color

#fefeea #eaeafe

#fefeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefeea Color CSS Codes

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

#fefeea Text Font Color

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

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


#fefeea Background Color

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

This div background color is #fefeea


#fefeea Border Color

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

This div border color is #fefeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefeea

Related Colors

#fefeea Color Palettes


Comments

No comments written yet.

Please login to write comment.