Color Hex Logo

#fee24d Color Hex

#FEE24D
(254,226,77)
0 Favorites   0 Comments

Color spaces of #fee24d

RGB 25422677
HSL0.140.990.65
HSV51°70°100°
CMYK 0.000.110.70   0.00
XYZ69.409075.999418.0323
Yxy75.99940.42470.4650
Hunter Lab87.1776-10.442948.7605
CIE-Lab89.8591-6.030072.6841

#fee24d color RGB value is (254,226,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 01001101
Octal 376 342 115
Decimal 254 226 77
Hex FE E2 4D

RGB Percentages of Color #fee24d

%45.60
%40.57
%13.82

CMYK Percentages of Color #fee24d

%0
%11
%70
%0

Triadic Colors of #fee24d

#fee24d #4dfee2 #e24dfe

Analogous Colors of #fee24d

#fee24d #c2fe4d #fe8a4d

Monochromatic Colors of #fee24d

#fee24d

Complementary Color

#fee24d #4d69fe

#fee24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee24d Color CSS Codes

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

#fee24d Text Font Color

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

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


#fee24d Background Color

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

This div background color is #fee24d


#fee24d Border Color

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

This div border color is #fee24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee24d


Comments

No comments written yet.

Please login to write comment.