Color Hex Logo

#fef37e Color Hex

#FEF37E
(254,243,126)
0 Favorites   0 Comments

Color spaces of #fef37e

RGB 254243126
HSL0.150.980.75
HSV55°50°100°
CMYK 0.000.040.50   0.00
XYZ76.689586.678432.4273
Yxy86.67840.39170.4427
Hunter Lab93.1012-15.892944.5201
CIE-Lab94.6017-11.249757.1313

#fef37e color RGB value is (254,243,126).

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

The process color (four color CMYK) of #fef37e color hex is 0.00, 0.04, 0.50, 0.00. Web safe color of #fef37e is #ffff66. Color #fef37e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01111110
Octal 376 363 176
Decimal 254 243 126
Hex FE F3 7E

RGB Percentages of Color #fef37e

%40.77
%39.00
%20.22

CMYK Percentages of Color #fef37e

%0
%4
%50
%0

Triadic Colors of #fef37e

#fef37e #7efef3 #f37efe

Analogous Colors of #fef37e

#fef37e #c9fe7e #feb37e

Monochromatic Colors of #fef37e

#fef37e

Complementary Color

#fef37e #7e89fe

#fef37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef37e Color CSS Codes

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

#fef37e Text Font Color

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

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


#fef37e Background Color

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

This div background color is #fef37e


#fef37e Border Color

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

This div border color is #fef37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef37e

Related Colors


Comments

No comments written yet.

Please login to write comment.