Color Hex Logo

#fef595 Color Hex

#FEF595
(254,245,149)
0 Favorites   0 Comments

Color spaces of #fef595

RGB 254245149
HSL0.150.980.79
HSV55°41°100°
CMYK 0.000.040.41   0.00
XYZ78.950388.545641.3637
Yxy88.54560.37800.4239
Hunter Lab94.0987-14.908339.8065
CIE-Lab95.3902-10.118747.2028

#fef595 color RGB value is (254,245,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10010101
Octal 376 365 225
Decimal 254 245 149
Hex FE F5 95

RGB Percentages of Color #fef595

%39.20
%37.81
%22.99

CMYK Percentages of Color #fef595

%0
%4
%41
%0

Triadic Colors of #fef595

#fef595 #95fef5 #f595fe

Analogous Colors of #fef595

#fef595 #d3fe95 #fec195

Monochromatic Colors of #fef595

#fef595

Complementary Color

#fef595 #959efe

#fef595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef595 Color CSS Codes

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

#fef595 Text Font Color

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

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


#fef595 Background Color

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

This div background color is #fef595


#fef595 Border Color

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

This div border color is #fef595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef595

Related Colors


Comments

No comments written yet.

Please login to write comment.