Color Hex Logo

#fefec1 Color Hex

#FEFEC1
(254,254,193)
0 Favorites   0 Comments

Color spaces of #fefec1

RGB 254254193
HSL0.170.970.88
HSV60°24°100°
CMYK 0.000.000.24   0.00
XYZ85.940595.804764.4147
Yxy95.80470.34910.3892
Hunter Lab97.8799-14.563229.4972
CIE-Lab98.3546-9.415129.2679

#fefec1 color RGB value is (254,254,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11000001
Octal 376 376 301
Decimal 254 254 193
Hex FE FE C1

RGB Percentages of Color #fefec1

%36.23
%36.23
%27.53

CMYK Percentages of Color #fefec1

%0
%0
%24
%0

Triadic Colors of #fefec1

#fefec1 #c1fefe #fec1fe

Analogous Colors of #fefec1

#fefec1 #e0fec1 #fee0c1

Monochromatic Colors of #fefec1

#fefec1

Complementary Color

#fefec1 #c1c1fe

#fefec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefec1 Color CSS Codes

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

#fefec1 Text Font Color

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

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


#fefec1 Background Color

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

This div background color is #fefec1


#fefec1 Border Color

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

This div border color is #fefec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefec1

Related Colors


Comments

No comments written yet.

Please login to write comment.