Color Hex Logo

#fee960 Color Hex

#FEE960
(254,233,96)
0 Favorites   0 Comments

Color spaces of #fee960

RGB 25423396
HSL0.140.990.69
HSV52°62°100°
CMYK 0.000.080.62   0.00
XYZ72.123380.193222.7439
Yxy80.19320.41200.4581
Hunter Lab89.5507-12.951347.6271
CIE-Lab91.7715-8.478867.1454

#fee960 color RGB value is (254,233,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 01100000
Octal 376 351 140
Decimal 254 233 96
Hex FE E9 60

RGB Percentages of Color #fee960

%43.57
%39.97
%16.47

CMYK Percentages of Color #fee960

%0
%8
%62
%0

Triadic Colors of #fee960

#fee960 #60fee9 #e960fe

Analogous Colors of #fee960

#fee960 #c4fe60 #fe9a60

Monochromatic Colors of #fee960

#fee960

Complementary Color

#fee960 #6075fe

#fee960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee960 Color CSS Codes

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

#fee960 Text Font Color

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

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


#fee960 Background Color

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

This div background color is #fee960


#fee960 Border Color

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

This div border color is #fee960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee960

Related Colors


Comments

No comments written yet.

Please login to write comment.