Color Hex Logo

#fefa93 Color Hex

#FEFA93
(254,250,147)
0 Favorites   0 Comments

Color spaces of #fefa93

RGB 254250147
HSL0.160.980.79
HSV58°42°100°
CMYK 0.000.020.42   0.00
XYZ80.325191.548641.0408
Yxy91.54860.37730.4300
Hunter Lab95.6810-17.589441.5453
CIE-Lab96.6355-12.773849.7277

#fefa93 color RGB value is (254,250,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10010011
Octal 376 372 223
Decimal 254 250 147
Hex FE FA 93

RGB Percentages of Color #fefa93

%39.02
%38.40
%22.58

CMYK Percentages of Color #fefa93

%0
%2
%42
%0

Triadic Colors of #fefa93

#fefa93 #93fefa #fa93fe

Analogous Colors of #fefa93

#fefa93 #cdfe93 #fec593

Monochromatic Colors of #fefa93

#fefa93

Complementary Color

#fefa93 #9397fe

#fefa93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa93 Color CSS Codes

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

#fefa93 Text Font Color

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

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


#fefa93 Background Color

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

This div background color is #fefa93


#fefa93 Border Color

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

This div border color is #fefa93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa93

Related Colors


Comments

No comments written yet.

Please login to write comment.