Color Hex Logo

#fefc56 Color Hex

#FEFC56
(254,252,86)
0 Favorites   0 Comments

Color spaces of #fefc56

RGB 25425286
HSL0.160.990.67
HSV59°66°100°
CMYK 0.000.010.66   0.00
XYZ77.363291.363522.3615
Yxy91.36350.40490.4781
Hunter Lab95.5843-22.799653.0384
CIE-Lab96.5595-18.329776.0695

#fefc56 color RGB value is (254,252,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 01010110
Octal 376 374 126
Decimal 254 252 86
Hex FE FC 56

RGB Percentages of Color #fefc56

%42.91
%42.57
%14.53

CMYK Percentages of Color #fefc56

%0
%1
%66
%0

Triadic Colors of #fefc56

#fefc56 #56fefc #fc56fe

Analogous Colors of #fefc56

#fefc56 #acfe56 #fea856

Monochromatic Colors of #fefc56

#fefc56

Complementary Color

#fefc56 #5658fe

#fefc56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc56 Color CSS Codes

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

#fefc56 Text Font Color

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

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


#fefc56 Background Color

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

This div background color is #fefc56


#fefc56 Border Color

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

This div border color is #fefc56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc56


Comments

No comments written yet.

Please login to write comment.