Color Hex Logo

#fee855 Color Hex

#FEE855
(254,232,85)
0 Favorites   0 Comments

Color spaces of #fee855

RGB 25423285
HSL0.140.990.66
HSV52°67°100°
CMYK 0.000.090.67   0.00
XYZ71.369479.439920.1662
Yxy79.43990.41740.4646
Hunter Lab89.1291-13.043448.9755
CIE-Lab91.4330-8.614371.2258

#fee855 color RGB value is (254,232,85).

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

The process color (four color CMYK) of #fee855 color hex is 0.00, 0.09, 0.67, 0.00. Web safe color of #fee855 is #ffff66. Color #fee855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 01010101
Octal 376 350 125
Decimal 254 232 85
Hex FE E8 55

RGB Percentages of Color #fee855

%44.48
%40.63
%14.89

CMYK Percentages of Color #fee855

%0
%9
%67
%0

Triadic Colors of #fee855

#fee855 #55fee8 #e855fe

Analogous Colors of #fee855

#fee855 #c0fe55 #fe9455

Monochromatic Colors of #fee855

#fee855

Complementary Color

#fee855 #556bfe

#fee855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee855 Color CSS Codes

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

#fee855 Text Font Color

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

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


#fee855 Background Color

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

This div background color is #fee855


#fee855 Border Color

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

This div border color is #fee855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee855


Comments

No comments written yet.

Please login to write comment.