Color Hex Logo

#fefec5 Color Hex

#FEFEC5
(254,254,197)
0 Favorites   0 Comments

Color spaces of #fefec5

RGB 254254197
HSL0.170.970.88
HSV60°22°100°
CMYK 0.000.000.22   0.00
XYZ86.392995.985766.7970
Yxy95.98570.34670.3852
Hunter Lab97.9723-14.048528.1570
CIE-Lab98.4266-8.878427.3472

#fefec5 color RGB value is (254,254,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11000101
Octal 376 376 305
Decimal 254 254 197
Hex FE FE C5

RGB Percentages of Color #fefec5

%36.03
%36.03
%27.94

CMYK Percentages of Color #fefec5

%0
%0
%22
%0

Triadic Colors of #fefec5

#fefec5 #c5fefe #fec5fe

Analogous Colors of #fefec5

#fefec5 #e2fec5 #fee2c5

Monochromatic Colors of #fefec5

#fefec5

Complementary Color

#fefec5 #c5c5fe

#fefec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefec5 Color CSS Codes

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

#fefec5 Text Font Color

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

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


#fefec5 Background Color

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

This div background color is #fefec5


#fefec5 Border Color

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

This div border color is #fefec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefec5

Related Colors


Comments

No comments written yet.

Please login to write comment.