Color Hex Logo

#fefec6 Color Hex

#FEFEC6
(254,254,198)
0 Favorites   0 Comments

Color spaces of #fefec6

RGB 254254198
HSL0.170.970.89
HSV60°22°100°
CMYK 0.000.000.22   0.00
XYZ86.507996.031767.4026
Yxy96.03170.34610.3842
Hunter Lab97.9958-13.917827.8167
CIE-Lab98.4448-8.742426.8666

#fefec6 color RGB value is (254,254,198).

#fefec6 hex color red value is 254, green value is 254 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fefec6 hue: 0.17 , saturation: 0.97 and the lightness value of fefec6 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11000110
Octal 376 376 306
Decimal 254 254 198
Hex FE FE C6

RGB Percentages of Color #fefec6

%35.98
%35.98
%28.05

CMYK Percentages of Color #fefec6

%0
%0
%22
%0

Triadic Colors of #fefec6

#fefec6 #c6fefe #fec6fe

Analogous Colors of #fefec6

#fefec6 #e2fec6 #fee2c6

Monochromatic Colors of #fefec6

#fefec6

Complementary Color

#fefec6 #c6c6fe

#fefec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefec6 Color CSS Codes

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

#fefec6 Text Font Color

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

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


#fefec6 Background Color

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

This div background color is #fefec6


#fefec6 Border Color

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

This div border color is #fefec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefec6

Related Colors


Comments

No comments written yet.

Please login to write comment.