Color Hex Logo

#fee826 Color Hex

#FEE826
(254,232,38)
0 Favorites   0 Comments

Color spaces of #fee826

RGB 25423238
HSL0.150.990.57
HSV54°85°100°
CMYK 0.000.090.85   0.00
XYZ70.079578.924013.3740
Yxy78.92400.43160.4861
Hunter Lab88.8392-14.661453.2618
CIE-Lab91.1999-10.364285.4097

#fee826 color RGB value is (254,232,38).

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

The process color (four color CMYK) of #fee826 color hex is 0.00, 0.09, 0.85, 0.00. Web safe color of #fee826 is #ffff33. Color #fee826 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 00100110
Octal 376 350 46
Decimal 254 232 38
Hex FE E8 26

RGB Percentages of Color #fee826

%48.47
%44.27
%7.25

CMYK Percentages of Color #fee826

%0
%9
%85
%0

Triadic Colors of #fee826

#fee826 #26fee8 #e826fe

Analogous Colors of #fee826

#fee826 #a8fe26 #fe7c26

Monochromatic Colors of #fee826

#fee826

Complementary Color

#fee826 #263cfe

#fee826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee826 Color CSS Codes

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

#fee826 Text Font Color

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

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


#fee826 Background Color

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

This div background color is #fee826


#fee826 Border Color

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

This div border color is #fee826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee826


Comments

No comments written yet.

Please login to write comment.