Color Hex Logo

#fef25a Color Hex

#FEF25A
(254,242,90)
0 Favorites   0 Comments

Color spaces of #fef25a

RGB 25424290
HSL0.150.990.67
HSV56°65°100°
CMYK 0.000.050.65   0.00
XYZ74.470685.313322.2149
Yxy85.31330.40920.4688
Hunter Lab92.3652-17.721250.3957
CIE-Lab94.0180-13.267171.9459

#fef25a color RGB value is (254,242,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01011010
Octal 376 362 132
Decimal 254 242 90
Hex FE F2 5A

RGB Percentages of Color #fef25a

%43.34
%41.30
%15.36

CMYK Percentages of Color #fef25a

%0
%5
%65
%0

Triadic Colors of #fef25a

#fef25a #5afef2 #f25afe

Analogous Colors of #fef25a

#fef25a #b8fe5a #fea05a

Monochromatic Colors of #fef25a

#fef25a

Complementary Color

#fef25a #5a66fe

#fef25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef25a Color CSS Codes

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

#fef25a Text Font Color

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

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


#fef25a Background Color

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

This div background color is #fef25a


#fef25a Border Color

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

This div border color is #fef25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef25a

Related Colors


Comments

No comments written yet.

Please login to write comment.