Color Hex Logo

#fee17d Color Hex

#FEE17D
(254,225,125)
0 Favorites   0 Comments

Color spaces of #fee17d

RGB 254225125
HSL0.130.980.74
HSV47°51°100°
CMYK 0.000.110.51   0.00
XYZ71.499976.401930.3806
Yxy76.40190.40100.4285
Hunter Lab87.4082-6.951340.5782
CIE-Lab90.0456-2.357552.1473

#fee17d color RGB value is (254,225,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 01111101
Octal 376 341 175
Decimal 254 225 125
Hex FE E1 7D

RGB Percentages of Color #fee17d

%42.05
%37.25
%20.70

CMYK Percentages of Color #fee17d

%0
%11
%51
%0

Triadic Colors of #fee17d

#fee17d #7dfee1 #e17dfe

Analogous Colors of #fee17d

#fee17d #dbfe7d #fea17d

Monochromatic Colors of #fee17d

#fee17d

Complementary Color

#fee17d #7d9afe

#fee17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee17d Color CSS Codes

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

#fee17d Text Font Color

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

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


#fee17d Background Color

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

This div background color is #fee17d


#fee17d Border Color

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

This div border color is #fee17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee17d

Related Colors


Comments

No comments written yet.

Please login to write comment.