Color Hex Logo

#feeee8 Color Hex

#FEEEE8
(254,238,232)
2 Favorites   0 Comments

Color spaces of #feeee8

RGB 254238232
HSL0.050.920.95
HSV16°100°
CMYK 0.000.060.09   0.00
XYZ86.013188.046188.8052
Yxy88.04610.32720.3349
Hunter Lab93.8329-0.58339.5699
CIE-Lab95.18034.40314.8275

#feeee8 color RGB value is (254,238,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11101000
Octal 376 356 350
Decimal 254 238 232
Hex FE EE E8

RGB Percentages of Color #feeee8

%35.08
%32.87
%32.04

CMYK Percentages of Color #feeee8

%0
%6
%9
%0

Triadic Colors of #feeee8

#feeee8 #e8feee #eee8fe

Analogous Colors of #feeee8

#feeee8 #fef9e8 #fee8ed

Monochromatic Colors of #feeee8

#feeee8

Complementary Color

#feeee8 #e8f8fe

#feeee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeee8 Color CSS Codes

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

#feeee8 Text Font Color

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

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


#feeee8 Background Color

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

This div background color is #feeee8


#feeee8 Border Color

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

This div border color is #feeee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeee8

#feeee8 Color Palettes


Comments

No comments written yet.

Please login to write comment.