Color Hex Logo

#fee13d Color Hex

#FEE13D
(254,225,61)
0 Favorites   0 Comments

Color spaces of #fee13d

RGB 25422561
HSL0.140.990.62
HSV51°76°100°
CMYK 0.000.110.76   0.00
XYZ68.640675.258215.3234
Yxy75.25820.43110.4727
Hunter Lab86.7515-10.580150.2533
CIE-Lab89.5138-6.209577.8896

#fee13d color RGB value is (254,225,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 00111101
Octal 376 341 75
Decimal 254 225 61
Hex FE E1 3D

RGB Percentages of Color #fee13d

%47.04
%41.67
%11.30

CMYK Percentages of Color #fee13d

%0
%11
%76
%0

Triadic Colors of #fee13d

#fee13d #3dfee1 #e13dfe

Analogous Colors of #fee13d

#fee13d #bbfe3d #fe813d

Monochromatic Colors of #fee13d

#fee13d

Complementary Color

#fee13d #3d5afe

#fee13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee13d Color CSS Codes

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

#fee13d Text Font Color

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

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


#fee13d Background Color

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

This div background color is #fee13d


#fee13d Border Color

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

This div border color is #fee13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee13d

Related Colors


Comments

No comments written yet.

Please login to write comment.