Color Hex Logo

#fefa95 Color Hex

#FEFA95
(254,250,149)
0 Favorites   0 Comments

Color spaces of #fefa95

RGB 254250149
HSL0.160.980.79
HSV58°41°100°
CMYK 0.000.020.41   0.00
XYZ80.483591.612041.8747
Yxy91.61200.37610.4282
Hunter Lab95.7142-17.403941.0607
CIE-Lab96.6615-12.575348.8006

#fefa95 color RGB value is (254,250,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10010101
Octal 376 372 225
Decimal 254 250 149
Hex FE FA 95

RGB Percentages of Color #fefa95

%38.90
%38.28
%22.82

CMYK Percentages of Color #fefa95

%0
%2
%41
%0

Triadic Colors of #fefa95

#fefa95 #95fefa #fa95fe

Analogous Colors of #fefa95

#fefa95 #cefe95 #fec695

Monochromatic Colors of #fefa95

#fefa95

Complementary Color

#fefa95 #9599fe

#fefa95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa95 Color CSS Codes

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

#fefa95 Text Font Color

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

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


#fefa95 Background Color

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

This div background color is #fefa95


#fefa95 Border Color

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

This div border color is #fefa95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa95

Related Colors


Comments

No comments written yet.

Please login to write comment.