Color Hex Logo

#fefa92 Color Hex

#FEFA92
(254,250,146)
0 Favorites   0 Comments

Color spaces of #fefa92

RGB 254250146
HSL0.160.980.78
HSV58°43°100°
CMYK 0.000.020.43   0.00
XYZ80.247091.517440.6293
Yxy91.51740.37780.4309
Hunter Lab95.6647-17.681141.7845
CIE-Lab96.6227-12.871950.1901

#fefa92 color RGB value is (254,250,146).

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

The process color (four color CMYK) of #fefa92 color hex is 0.00, 0.02, 0.43, 0.00. Web safe color of #fefa92 is #ffff99. Color #fefa92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10010010
Octal 376 372 222
Decimal 254 250 146
Hex FE FA 92

RGB Percentages of Color #fefa92

%39.08
%38.46
%22.46

CMYK Percentages of Color #fefa92

%0
%2
%43
%0

Triadic Colors of #fefa92

#fefa92 #92fefa #fa92fe

Analogous Colors of #fefa92

#fefa92 #ccfe92 #fec492

Monochromatic Colors of #fefa92

#fefa92

Complementary Color

#fefa92 #9296fe

#fefa92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa92 Color CSS Codes

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

#fefa92 Text Font Color

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

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


#fefa92 Background Color

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

This div background color is #fefa92


#fefa92 Border Color

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

This div border color is #fefa92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa92

Related Colors


Comments

No comments written yet.

Please login to write comment.