Color Hex Logo

#fee126 Color Hex

#FEE126
(254,225,38)
0 Favorites   0 Comments

Color spaces of #fee126

RGB 25422538
HSL0.140.990.57
HSV52°85°100°
CMYK 0.000.110.85   0.00
XYZ68.148175.061212.7302
Yxy75.06120.43700.4813
Hunter Lab86.6379-11.210751.9347
CIE-Lab89.4217-6.887883.9653

#fee126 color RGB value is (254,225,38).

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

The process color (four color CMYK) of #fee126 color hex is 0.00, 0.11, 0.85, 0.00. Web safe color of #fee126 is #ffcc33. Color #fee126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 00100110
Octal 376 341 46
Decimal 254 225 38
Hex FE E1 26

RGB Percentages of Color #fee126

%49.13
%43.52
%7.35

CMYK Percentages of Color #fee126

%0
%11
%85
%0

Triadic Colors of #fee126

#fee126 #26fee1 #e126fe

Analogous Colors of #fee126

#fee126 #affe26 #fe7526

Monochromatic Colors of #fee126

#fee126

Complementary Color

#fee126 #2643fe

#fee126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee126 Color CSS Codes

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

#fee126 Text Font Color

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

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


#fee126 Background Color

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

This div background color is #fee126


#fee126 Border Color

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

This div border color is #fee126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee126

Related Colors


Comments

No comments written yet.

Please login to write comment.