Color Hex Logo

#fee16d Color Hex

#FEE16D
(254,225,109)
0 Favorites   0 Comments

Color spaces of #fee16d

RGB 254225109
HSL0.130.990.71
HSV48°57°100°
CMYK 0.000.110.57   0.00
XYZ70.558676.025425.4235
Yxy76.02540.41020.4420
Hunter Lab87.1925-8.139943.7471
CIE-Lab89.8711-3.609859.3806

#fee16d color RGB value is (254,225,109).

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

The process color (four color CMYK) of #fee16d color hex is 0.00, 0.11, 0.57, 0.00. Web safe color of #fee16d is #ffcc66. Color #fee16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01101101
Octal 376 341 155
Decimal 254 225 109
Hex FE E1 6D

RGB Percentages of Color #fee16d

%43.20
%38.27
%18.54

CMYK Percentages of Color #fee16d

%0
%11
%57
%0

Triadic Colors of #fee16d

#fee16d #6dfee1 #e16dfe

Analogous Colors of #fee16d

#fee16d #d3fe6d #fe996d

Monochromatic Colors of #fee16d

#fee16d

Complementary Color

#fee16d #6d8afe

#fee16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee16d Color CSS Codes

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

#fee16d Text Font Color

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

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


#fee16d Background Color

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

This div background color is #fee16d


#fee16d Border Color

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

This div border color is #fee16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee16d


Comments

No comments written yet.

Please login to write comment.