Color Hex Logo

#fef256 Color Hex

#FEF256
(254,242,86)
0 Favorites   0 Comments

Color spaces of #fef256

RGB 25424286
HSL0.150.990.67
HSV56°66°100°
CMYK 0.000.050.66   0.00
XYZ74.304985.247021.3421
Yxy85.24700.41080.4713
Hunter Lab92.3293-17.922850.9255
CIE-Lab93.9894-13.486473.4594

#fef256 color RGB value is (254,242,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01010110
Octal 376 362 126
Decimal 254 242 86
Hex FE F2 56

RGB Percentages of Color #fef256

%43.64
%41.58
%14.78

CMYK Percentages of Color #fef256

%0
%5
%66
%0

Triadic Colors of #fef256

#fef256 #56fef2 #f256fe

Analogous Colors of #fef256

#fef256 #b6fe56 #fe9e56

Monochromatic Colors of #fef256

#fef256

Complementary Color

#fef256 #5662fe

#fef256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef256 Color CSS Codes

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

#fef256 Text Font Color

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

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


#fef256 Background Color

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

This div background color is #fef256


#fef256 Border Color

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

This div border color is #fef256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef256

Related Colors


Comments

No comments written yet.

Please login to write comment.