Color Hex Logo

#feef5f Color Hex

#FEEF5F
(254,239,95)
0 Favorites   0 Comments

Color spaces of #feef5f

RGB 25423995
HSL0.150.990.68
HSV54°63°100°
CMYK 0.000.060.63   0.00
XYZ73.805183.630123.0787
Yxy83.63010.40890.4633
Hunter Lab91.4495-15.976749.0519
CIE-Lab93.2896-11.504869.1835

#feef5f color RGB value is (254,239,95).

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

The process color (four color CMYK) of #feef5f color hex is 0.00, 0.06, 0.63, 0.00. Web safe color of #feef5f is #ffff66. Color #feef5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 01011111
Octal 376 357 137
Decimal 254 239 95
Hex FE EF 5F

RGB Percentages of Color #feef5f

%43.20
%40.65
%16.16

CMYK Percentages of Color #feef5f

%0
%6
%63
%0

Triadic Colors of #feef5f

#feef5f #5ffeef #ef5ffe

Analogous Colors of #feef5f

#feef5f #befe5f #fea05f

Monochromatic Colors of #feef5f

#feef5f

Complementary Color

#feef5f #5f6efe

#feef5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef5f Color CSS Codes

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

#feef5f Text Font Color

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

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


#feef5f Background Color

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

This div background color is #feef5f


#feef5f Border Color

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

This div border color is #feef5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef5f


Comments

No comments written yet.

Please login to write comment.