Color Hex Logo

#fefee8 Color Hex

#FEFEE8
(254,254,232)
0 Favorites   0 Comments

Color spaces of #fefee8

RGB 254254232
HSL0.170.920.95
HSV60°100°
CMYK 0.000.000.09   0.00
XYZ90.880397.780690.4276
Yxy97.78060.32560.3504
Hunter Lab98.8841-8.995114.9993
CIE-Lab99.1354-3.689110.5155

#fefee8 color RGB value is (254,254,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11101000
Octal 376 376 350
Decimal 254 254 232
Hex FE FE E8

RGB Percentages of Color #fefee8

%34.32
%34.32
%31.35

CMYK Percentages of Color #fefee8

%0
%0
%9
%0

Triadic Colors of #fefee8

#fefee8 #e8fefe #fee8fe

Analogous Colors of #fefee8

#fefee8 #f3fee8 #fef3e8

Monochromatic Colors of #fefee8

#fefee8

Complementary Color

#fefee8 #e8e8fe

#fefee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefee8 Color CSS Codes

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

#fefee8 Text Font Color

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

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


#fefee8 Background Color

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

This div background color is #fefee8


#fefee8 Border Color

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

This div border color is #fefee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefee8

Related Colors


Comments

No comments written yet.

Please login to write comment.