Color Hex Logo

#fefac2 Color Hex

#FEFAC2
(254,250,194)
0 Favorites   0 Comments

Color spaces of #fefac2

RGB 254250194
HSL0.160.970.88
HSV56°24°100°
CMYK 0.000.020.24   0.00
XYZ84.796393.337164.5856
Yxy93.33710.34940.3845
Hunter Lab96.6111-12.398727.9918
CIE-Lab97.3642-7.301727.4120

#fefac2 color RGB value is (254,250,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11000010
Octal 376 372 302
Decimal 254 250 194
Hex FE FA C2

RGB Percentages of Color #fefac2

%36.39
%35.82
%27.79

CMYK Percentages of Color #fefac2

%0
%2
%24
%0

Triadic Colors of #fefac2

#fefac2 #c2fefa #fac2fe

Analogous Colors of #fefac2

#fefac2 #e4fec2 #fedcc2

Monochromatic Colors of #fefac2

#fefac2

Complementary Color

#fefac2 #c2c6fe

#fefac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefac2 Color CSS Codes

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

#fefac2 Text Font Color

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

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


#fefac2 Background Color

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

This div background color is #fefac2


#fefac2 Border Color

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

This div border color is #fefac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefac2


Comments

No comments written yet.

Please login to write comment.