Color Hex Logo

#feefe9 Color Hex

#FEEFE9
(254,239,233)
0 Favorites   0 Comments

Color spaces of #feefe9

RGB 254239233
HSL0.050.910.95
HSV17°100°
CMYK 0.000.060.08   0.00
XYZ86.447588.687089.6528
Yxy88.68700.32650.3349
Hunter Lab94.1738-0.94879.4780
CIE-Lab95.44954.05594.6989

#feefe9 color RGB value is (254,239,233).

#feefe9 hex color red value is 254, green value is 239 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #feefe9 hue: 0.05 , saturation: 0.91 and the lightness value of feefe9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11101001
Octal 376 357 351
Decimal 254 239 233
Hex FE EF E9

RGB Percentages of Color #feefe9

%34.99
%32.92
%32.09

CMYK Percentages of Color #feefe9

%0
%6
%8
%0

Triadic Colors of #feefe9

#feefe9 #e9feef #efe9fe

Analogous Colors of #feefe9

#feefe9 #fefae9 #fee9ee

Monochromatic Colors of #feefe9

#feefe9

Complementary Color

#feefe9 #e9f8fe

#feefe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefe9 Color CSS Codes

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

#feefe9 Text Font Color

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

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


#feefe9 Background Color

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

This div background color is #feefe9


#feefe9 Border Color

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

This div border color is #feefe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefe9


Comments

No comments written yet.

Please login to write comment.