Color Hex Logo

#fee954 Color Hex

#FEE954
(254,233,84)
0 Favorites   0 Comments

Color spaces of #fee954

RGB 25423384
HSL0.150.990.66
HSV53°67°100°
CMYK 0.000.080.67   0.00
XYZ71.612279.988820.0525
Yxy79.98880.41720.4660
Hunter Lab89.4365-13.588049.3121
CIE-Lab91.6798-9.163671.8661

#fee954 color RGB value is (254,233,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 01010100
Octal 376 351 124
Decimal 254 233 84
Hex FE E9 54

RGB Percentages of Color #fee954

%44.48
%40.81
%14.71

CMYK Percentages of Color #fee954

%0
%8
%67
%0

Triadic Colors of #fee954

#fee954 #54fee9 #e954fe

Analogous Colors of #fee954

#fee954 #befe54 #fe9454

Monochromatic Colors of #fee954

#fee954

Complementary Color

#fee954 #5469fe

#fee954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee954 Color CSS Codes

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

#fee954 Text Font Color

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

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


#fee954 Background Color

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

This div background color is #fee954


#fee954 Border Color

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

This div border color is #fee954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee954


Comments

No comments written yet.

Please login to write comment.