Color Hex Logo

#fef095 Color Hex

#FEF095
(254,240,149)
0 Favorites   0 Comments

Color spaces of #fef095

RGB 254240149
HSL0.140.980.79
HSV52°41°100°
CMYK 0.000.060.41   0.00
XYZ77.458085.560940.8662
Yxy85.56090.37990.4197
Hunter Lab92.4991-12.399138.5550
CIE-Lab94.1243-7.642445.6032

#fef095 color RGB value is (254,240,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 10010101
Octal 376 360 225
Decimal 254 240 149
Hex FE F0 95

RGB Percentages of Color #fef095

%39.50
%37.33
%23.17

CMYK Percentages of Color #fef095

%0
%6
%41
%0

Triadic Colors of #fef095

#fef095 #95fef0 #f095fe

Analogous Colors of #fef095

#fef095 #d8fe95 #febc95

Monochromatic Colors of #fef095

#fef095

Complementary Color

#fef095 #95a3fe

#fef095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef095 Color CSS Codes

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

#fef095 Text Font Color

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

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


#fef095 Background Color

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

This div background color is #fef095


#fef095 Border Color

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

This div border color is #fef095


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,240,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 #fef095">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef095


Comments

No comments written yet.

Please login to write comment.