Color Hex Logo

#feea56 Color Hex

#FEEA56
(254,234,86)
0 Favorites   0 Comments

Color spaces of #feea56

RGB 25423486
HSL0.150.990.67
HSV53°66°100°
CMYK 0.000.080.66   0.00
XYZ71.975680.588420.5657
Yxy80.58840.41570.4655
Hunter Lab89.7710-13.983649.2569
CIE-Lab91.9482-9.552271.3663

#feea56 color RGB value is (254,234,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 01010110
Octal 376 352 126
Decimal 254 234 86
Hex FE EA 56

RGB Percentages of Color #feea56

%44.25
%40.77
%14.98

CMYK Percentages of Color #feea56

%0
%8
%66
%0

Triadic Colors of #feea56

#feea56 #56feea #ea56fe

Analogous Colors of #feea56

#feea56 #befe56 #fe9656

Monochromatic Colors of #feea56

#feea56

Complementary Color

#feea56 #566afe

#feea56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea56 Color CSS Codes

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

#feea56 Text Font Color

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

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


#feea56 Background Color

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

This div background color is #feea56


#feea56 Border Color

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

This div border color is #feea56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea56


Comments

No comments written yet.

Please login to write comment.