Color Hex Logo

#fefce8 Color Hex

#FEFCE8
(254,252,232)
0 Favorites   0 Comments

Color spaces of #fefce8

RGB 254252232
HSL0.150.920.95
HSV55°100°
CMYK 0.000.010.09   0.00
XYZ90.248996.517890.2171
Yxy96.51780.32580.3485
Hunter Lab98.2435-7.951514.3244
CIE-Lab98.6376-2.68699.8032

#fefce8 color RGB value is (254,252,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11101000
Octal 376 374 350
Decimal 254 252 232
Hex FE FC E8

RGB Percentages of Color #fefce8

%34.42
%34.15
%31.44

CMYK Percentages of Color #fefce8

%0
%1
%9
%0

Triadic Colors of #fefce8

#fefce8 #e8fefc #fce8fe

Analogous Colors of #fefce8

#fefce8 #f5fee8 #fef1e8

Monochromatic Colors of #fefce8

#fefce8

Complementary Color

#fefce8 #e8eafe

#fefce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefce8 Color CSS Codes

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

#fefce8 Text Font Color

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

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


#fefce8 Background Color

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

This div background color is #fefce8


#fefce8 Border Color

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

This div border color is #fefce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefce8

Related Colors


Comments

No comments written yet.

Please login to write comment.