Color Hex Logo

#fef757 Color Hex

#FEF757
(254,247,87)
0 Favorites   0 Comments

Color spaces of #fef757

RGB 25424787
HSL0.160.990.67
HSV57°66°100°
CMYK 0.000.030.66   0.00
XYZ75.854188.280522.0587
Yxy88.28050.40740.4741
Hunter Lab93.9577-20.319051.8507
CIE-Lab95.2789-15.865374.3966

#fef757 color RGB value is (254,247,87).

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

The process color (four color CMYK) of #fef757 color hex is 0.00, 0.03, 0.66, 0.00. Web safe color of #fef757 is #ffff66. Color #fef757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 01010111
Octal 376 367 127
Decimal 254 247 87
Hex FE F7 57

RGB Percentages of Color #fef757

%43.20
%42.01
%14.80

CMYK Percentages of Color #fef757

%0
%3
%66
%0

Triadic Colors of #fef757

#fef757 #57fef7 #f757fe

Analogous Colors of #fef757

#fef757 #b2fe57 #fea457

Monochromatic Colors of #fef757

#fef757

Complementary Color

#fef757 #575efe

#fef757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef757 Color CSS Codes

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

#fef757 Text Font Color

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

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


#fef757 Background Color

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

This div background color is #fef757


#fef757 Border Color

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

This div border color is #fef757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef757


Comments

No comments written yet.

Please login to write comment.