Color Hex Logo

#fefef6 Color Hex

#FEFEF6
(254,254,246)
1 Favorites   0 Comments

Color spaces of #fefef6

RGB 254254246
HSL0.170.800.98
HSV60°100°
CMYK 0.000.000.03   0.00
XYZ92.949498.6083101.3231
Yxy98.60830.31740.3367
Hunter Lab99.3017-6.69669.0143
CIE-Lab99.4594-1.37523.8081

#fefef6 color RGB value is (254,254,246).

#fefef6 hex color red value is 254, green value is 254 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fefef6 hue: 0.17 , saturation: 0.80 and the lightness value of fefef6 is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11110110
Octal 376 376 366
Decimal 254 254 246
Hex FE FE F6

RGB Percentages of Color #fefef6

%33.69
%33.69
%32.63

CMYK Percentages of Color #fefef6

%0
%0
%3
%0

Triadic Colors of #fefef6

#fefef6 #f6fefe #fef6fe

Analogous Colors of #fefef6

#fefef6 #fafef6 #fefaf6

Monochromatic Colors of #fefef6

#fefef6

Complementary Color

#fefef6 #f6f6fe

#fefef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefef6 Color CSS Codes

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

#fefef6 Text Font Color

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

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


#fefef6 Background Color

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

This div background color is #fefef6


#fefef6 Border Color

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

This div border color is #fefef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefef6


Comments

No comments written yet.

Please login to write comment.