Color Hex Logo

#feefc8 Color Hex

#FEEFC8
(254,239,200)
0 Favorites   0 Comments

Color spaces of #feefc8

RGB 254239200
HSL0.120.960.89
HSV43°21°100°
CMYK 0.000.060.21   0.00
XYZ82.164986.974067.1007
Yxy86.97400.34780.3682
Hunter Lab93.2599-5.940622.6226
CIE-Lab94.7272-0.966720.7119

#feefc8 color RGB value is (254,239,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11001000
Octal 376 357 310
Decimal 254 239 200
Hex FE EF C8

RGB Percentages of Color #feefc8

%36.65
%34.49
%28.86

CMYK Percentages of Color #feefc8

%0
%6
%21
%0

Triadic Colors of #feefc8

#feefc8 #c8feef #efc8fe

Analogous Colors of #feefc8

#feefc8 #f2fec8 #fed4c8

Monochromatic Colors of #feefc8

#feefc8

Complementary Color

#feefc8 #c8d7fe

#feefc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefc8 Color CSS Codes

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

#feefc8 Text Font Color

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

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


#feefc8 Background Color

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

This div background color is #feefc8


#feefc8 Border Color

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

This div border color is #feefc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,239,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 #feefc8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefc8


Comments

No comments written yet.

Please login to write comment.