Color Hex Logo

#fef25e Color Hex

#FEF25E
(254,242,94)
0 Favorites   0 Comments

Color spaces of #fef25e

RGB 25424294
HSL0.150.990.68
HSV56°63°100°
CMYK 0.000.050.63   0.00
XYZ74.645685.383223.1360
Yxy85.38320.40750.4662
Hunter Lab92.4030-17.508349.8370
CIE-Lab94.0480-13.035870.3924

#fef25e color RGB value is (254,242,94).

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

The process color (four color CMYK) of #fef25e color hex is 0.00, 0.05, 0.63, 0.00. Web safe color of #fef25e is #ffff66. Color #fef25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01011110
Octal 376 362 136
Decimal 254 242 94
Hex FE F2 5E

RGB Percentages of Color #fef25e

%43.05
%41.02
%15.93

CMYK Percentages of Color #fef25e

%0
%5
%63
%0

Triadic Colors of #fef25e

#fef25e #5efef2 #f25efe

Analogous Colors of #fef25e

#fef25e #bafe5e #fea25e

Monochromatic Colors of #fef25e

#fef25e

Complementary Color

#fef25e #5e6afe

#fef25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef25e Color CSS Codes

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

#fef25e Text Font Color

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

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


#fef25e Background Color

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

This div background color is #fef25e


#fef25e Border Color

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

This div border color is #fef25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef25e

Related Colors


Comments

No comments written yet.

Please login to write comment.