Color Hex Logo

#fee63d Color Hex

#FEE63D
(254,230,61)
0 Favorites   0 Comments

Color spaces of #fee63d

RGB 25423061
HSL0.150.990.62
HSV53°76°100°
CMYK 0.000.090.76   0.00
XYZ70.012278.001415.7806
Yxy78.00140.42740.4762
Hunter Lab88.3184-13.055851.2290
CIE-Lab90.7805-8.701379.0491

#fee63d color RGB value is (254,230,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 00111101
Octal 376 346 75
Decimal 254 230 61
Hex FE E6 3D

RGB Percentages of Color #fee63d

%46.61
%42.20
%11.19

CMYK Percentages of Color #fee63d

%0
%9
%76
%0

Triadic Colors of #fee63d

#fee63d #3dfee6 #e63dfe

Analogous Colors of #fee63d

#fee63d #b6fe3d #fe863d

Monochromatic Colors of #fee63d

#fee63d

Complementary Color

#fee63d #3d55fe

#fee63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee63d Color CSS Codes

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

#fee63d Text Font Color

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

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


#fee63d Background Color

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

This div background color is #fee63d


#fee63d Border Color

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

This div border color is #fee63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee63d


Comments

No comments written yet.

Please login to write comment.