Color Hex Logo

#fef57f Color Hex

#FEF57F
(254,245,127)
0 Favorites   0 Comments

Color spaces of #fef57f

RGB 254245127
HSL0.150.980.75
HSV56°50°100°
CMYK 0.000.040.50   0.00
XYZ77.356287.908032.9695
Yxy87.90800.39020.4435
Hunter Lab93.7593-16.807144.7828
CIE-Lab95.1222-12.148457.2885

#fef57f color RGB value is (254,245,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01111111
Octal 376 365 177
Decimal 254 245 127
Hex FE F5 7F

RGB Percentages of Color #fef57f

%40.58
%39.14
%20.29

CMYK Percentages of Color #fef57f

%0
%4
%50
%0

Triadic Colors of #fef57f

#fef57f #7ffef5 #f57ffe

Analogous Colors of #fef57f

#fef57f #c8fe7f #feb67f

Monochromatic Colors of #fef57f

#fef57f

Complementary Color

#fef57f #7f88fe

#fef57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef57f Color CSS Codes

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

#fef57f Text Font Color

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

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


#fef57f Background Color

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

This div background color is #fef57f


#fef57f Border Color

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

This div border color is #fef57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef57f

Related Colors


Comments

No comments written yet.

Please login to write comment.