Color Hex Logo

#fef357 Color Hex

#FEF357
(254,243,87)
0 Favorites   0 Comments

Color spaces of #fef357

RGB 25424387
HSL0.160.990.67
HSV56°66°100°
CMYK 0.000.040.66   0.00
XYZ74.643985.860121.6553
Yxy85.86010.40980.4713
Hunter Lab92.6607-18.363651.0061
CIE-Lab94.2525-13.920873.3474

#fef357 color RGB value is (254,243,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01010111
Octal 376 363 127
Decimal 254 243 87
Hex FE F3 57

RGB Percentages of Color #fef357

%43.49
%41.61
%14.90

CMYK Percentages of Color #fef357

%0
%4
%66
%0

Triadic Colors of #fef357

#fef357 #57fef3 #f357fe

Analogous Colors of #fef357

#fef357 #b6fe57 #fea057

Monochromatic Colors of #fef357

#fef357

Complementary Color

#fef357 #5762fe

#fef357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef357 Color CSS Codes

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

#fef357 Text Font Color

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

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


#fef357 Background Color

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

This div background color is #fef357


#fef357 Border Color

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

This div border color is #fef357


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,243,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 #fef357">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef357


Comments

No comments written yet.

Please login to write comment.