Color Hex Logo

#fef295 Color Hex

#FEF295
(254,242,149)
0 Favorites   0 Comments

Color spaces of #fef295

RGB 254242149
HSL0.150.980.79
HSV53°41°100°
CMYK 0.000.050.41   0.00
XYZ78.050086.745041.0636
Yxy86.74500.37910.4214
Hunter Lab93.1370-13.404439.0553
CIE-Lab94.6300-8.635346.2432

#fef295 color RGB value is (254,242,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 10010101
Octal 376 362 225
Decimal 254 242 149
Hex FE F2 95

RGB Percentages of Color #fef295

%39.38
%37.52
%23.10

CMYK Percentages of Color #fef295

%0
%5
%41
%0

Triadic Colors of #fef295

#fef295 #95fef2 #f295fe

Analogous Colors of #fef295

#fef295 #d6fe95 #febe95

Monochromatic Colors of #fef295

#fef295

Complementary Color

#fef295 #95a1fe

#fef295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef295 Color CSS Codes

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

#fef295 Text Font Color

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

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


#fef295 Background Color

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

This div background color is #fef295


#fef295 Border Color

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

This div border color is #fef295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef295

Related Colors


Comments

No comments written yet.

Please login to write comment.