color codes Logo

#fee85f color codes

#FEE85F
(254,232,95)
0 Favorites   0 Comments

Color spaces of #fee85f

RGB 25423295
HSL0.140.990.68
HSV52°63°100°
CMYK 0.000.090.63   0.00
XYZ71.795279.610322.4088
Yxy79.61030.41310.4580
Hunter Lab89.2246-12.511847.5665
CIE-Lab91.5097-8.043167.2798

#fee85f color RGB value is (254,232,95).

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

The process color (four color CMYK) of #fee85f color code is 0.00, 0.09, 0.63, 0.00. Web safe color of #fee85f is #ffff66. Color #fee85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 01011111
Octal 376 350 137
Decimal 254 232 95
Hex FE E8 5F

RGB Percentages of Color #fee85f

%43.72
%39.93
%16.35

CMYK Percentages of Color #fee85f

%0
%9
%63
%0

Triadic Colors of #fee85f

#fee85f #5ffee8 #e85ffe

Analogous Colors of #fee85f

#fee85f #c5fe5f #fe995f

Monochromatic Colors of #fee85f

#fee85f

Complementary Color

#fee85f #5f75fe

#fee85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee85f Color CSS Codes

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

#fee85f Text Font Color

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

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


#fee85f Background Color

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

This div background color is #fee85f


#fee85f Border Color

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

This div border color is #fee85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee85f


Comments

No comments written yet.

Please login to write comment.