Color Hex Logo

#fee279 Color Hex

#FEE279
(254,226,121)
0 Favorites   0 Comments

Color spaces of #fee279

RGB 254226121
HSL0.130.990.74
HSV47°52°100°
CMYK 0.000.110.52   0.00
XYZ71.520676.844029.1520
Yxy76.84400.40290.4329
Hunter Lab87.6607-7.771741.6453
CIE-Lab90.2498-3.193654.2853

#fee279 color RGB value is (254,226,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 01111001
Octal 376 342 171
Decimal 254 226 121
Hex FE E2 79

RGB Percentages of Color #fee279

%42.26
%37.60
%20.13

CMYK Percentages of Color #fee279

%0
%11
%52
%0

Triadic Colors of #fee279

#fee279 #79fee2 #e279fe

Analogous Colors of #fee279

#fee279 #d8fe79 #fea079

Monochromatic Colors of #fee279

#fee279

Complementary Color

#fee279 #7995fe

#fee279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee279 Color CSS Codes

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

#fee279 Text Font Color

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

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


#fee279 Background Color

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

This div background color is #fee279


#fee279 Border Color

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

This div border color is #fee279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee279

Related Colors

#fee279 Color Palettes


Comments

No comments written yet.

Please login to write comment.