Color Hex Logo

#fee21d Color Hex

#FEE21D
(254,226,29)
0 Favorites   0 Comments

Color spaces of #fee21d

RGB 25422629
HSL0.150.990.55
HSV53°89°100°
CMYK 0.000.110.89   0.00
XYZ68.291275.552312.1461
Yxy75.55230.43780.4843
Hunter Lab86.9208-11.869152.5595
CIE-Lab89.6511-7.563685.8801

#fee21d color RGB value is (254,226,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 00011101
Octal 376 342 35
Decimal 254 226 29
Hex FE E2 1D

RGB Percentages of Color #fee21d

%49.90
%44.40
%5.70

CMYK Percentages of Color #fee21d

%0
%11
%89
%0

Triadic Colors of #fee21d

#fee21d #1dfee2 #e21dfe

Analogous Colors of #fee21d

#fee21d #aafe1d #fe721d

Monochromatic Colors of #fee21d

#fee21d

Complementary Color

#fee21d #1d39fe

#fee21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee21d Color CSS Codes

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

#fee21d Text Font Color

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

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


#fee21d Background Color

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

This div background color is #fee21d


#fee21d Border Color

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

This div border color is #fee21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee21d


Comments

No comments written yet.

Please login to write comment.