Color Hex Logo

#fef731 Color Hex

#FEF731
(254,247,49)
0 Favorites   0 Comments

Color spaces of #fef731

RGB 25424749
HSL0.160.990.59
HSV58°81°100°
CMYK 0.000.030.81   0.00
XYZ74.688287.814115.9191
Yxy87.81410.41860.4922
Hunter Lab93.7092-21.722855.5244
CIE-Lab95.0826-17.407686.1600

#fef731 color RGB value is (254,247,49).

#fef731 hex color red value is 254, green value is 247 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fef731 hue: 0.16 , saturation: 0.99 and the lightness value of fef731 is 0.59.

The process color (four color CMYK) of #fef731 color hex is 0.00, 0.03, 0.81, 0.00. Web safe color of #fef731 is #ffff33. Color #fef731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00110001
Octal 376 367 61
Decimal 254 247 49
Hex FE F7 31

RGB Percentages of Color #fef731

%46.18
%44.91
%8.91

CMYK Percentages of Color #fef731

%0
%3
%81
%0

Triadic Colors of #fef731

#fef731 #31fef7 #f731fe

Analogous Colors of #fef731

#fef731 #9ffe31 #fe9131

Monochromatic Colors of #fef731

#fef731

Complementary Color

#fef731 #3138fe

#fef731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef731 Color CSS Codes

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

#fef731 Text Font Color

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

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


#fef731 Background Color

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

This div background color is #fef731


#fef731 Border Color

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

This div border color is #fef731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef731

Related Colors


Comments

No comments written yet.

Please login to write comment.