Color Hex Logo

#fee56f Color Hex

#FEE56F
(254,229,111)
0 Favorites   0 Comments

Color spaces of #fee56f

RGB 254229111
HSL0.140.990.72
HSV50°56°100°
CMYK 0.000.100.56   0.00
XYZ71.761678.257226.3618
Yxy78.25720.40690.4437
Hunter Lab88.4631-10.010644.2559
CIE-Lab90.8971-5.473859.6527

#fee56f color RGB value is (254,229,111).

#fee56f hex color red value is 254, green value is 229 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fee56f hue: 0.14 , saturation: 0.99 and the lightness value of fee56f is 0.72.

The process color (four color CMYK) of #fee56f color hex is 0.00, 0.10, 0.56, 0.00. Web safe color of #fee56f is #ffcc66. Color #fee56f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 01101111
Octal 376 345 157
Decimal 254 229 111
Hex FE E5 6F

RGB Percentages of Color #fee56f

%42.76
%38.55
%18.69

CMYK Percentages of Color #fee56f

%0
%10
%56
%0

Triadic Colors of #fee56f

#fee56f #6ffee5 #e56ffe

Analogous Colors of #fee56f

#fee56f #d0fe6f #fe9e6f

Monochromatic Colors of #fee56f

#fee56f

Complementary Color

#fee56f #6f88fe

#fee56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee56f Color CSS Codes

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

#fee56f Text Font Color

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

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


#fee56f Background Color

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

This div background color is #fee56f


#fee56f Border Color

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

This div border color is #fee56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee56f


Comments

No comments written yet.

Please login to write comment.