Color Hex Logo

#fee935 Color Hex

#FEE935
(254,233,53)
0 Favorites   0 Comments

Color spaces of #fee935

RGB 25423353
HSL0.150.990.60
HSV54°79°100°
CMYK 0.000.080.79   0.00
XYZ70.654679.605715.0097
Yxy79.60570.42750.4817
Hunter Lab89.2220-14.785052.4811
CIE-Lab91.5077-10.458582.0421

#fee935 color RGB value is (254,233,53).

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

The process color (four color CMYK) of #fee935 color hex is 0.00, 0.08, 0.79, 0.00. Web safe color of #fee935 is #ffff33. Color #fee935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 00110101
Octal 376 351 65
Decimal 254 233 53
Hex FE E9 35

RGB Percentages of Color #fee935

%47.04
%43.15
%9.81

CMYK Percentages of Color #fee935

%0
%8
%79
%0

Triadic Colors of #fee935

#fee935 #35fee9 #e935fe

Analogous Colors of #fee935

#fee935 #affe35 #fe8535

Monochromatic Colors of #fee935

#fee935

Complementary Color

#fee935 #354afe

#fee935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee935 Color CSS Codes

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

#fee935 Text Font Color

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

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


#fee935 Background Color

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

This div background color is #fee935


#fee935 Border Color

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

This div border color is #fee935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee935


Comments

No comments written yet.

Please login to write comment.