Color Hex Logo

#fef476 Color Hex

#FEF476
(254,244,118)
0 Favorites   0 Comments

Color spaces of #fef476

RGB 254244118
HSL0.150.990.73
HSV56°54°100°
CMYK 0.000.040.54   0.00
XYZ76.493787.080229.9160
Yxy87.08020.39530.4501
Hunter Lab93.3168-16.984246.3142
CIE-Lab94.7723-12.381760.9664

#fef476 color RGB value is (254,244,118).

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

The process color (four color CMYK) of #fef476 color hex is 0.00, 0.04, 0.54, 0.00. Web safe color of #fef476 is #ffff66. Color #fef476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 01110110
Octal 376 364 166
Decimal 254 244 118
Hex FE F4 76

RGB Percentages of Color #fef476

%41.23
%39.61
%19.16

CMYK Percentages of Color #fef476

%0
%4
%54
%0

Triadic Colors of #fef476

#fef476 #76fef4 #f476fe

Analogous Colors of #fef476

#fef476 #c4fe76 #feb076

Monochromatic Colors of #fef476

#fef476

Complementary Color

#fef476 #7680fe

#fef476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef476 Color CSS Codes

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

#fef476 Text Font Color

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

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


#fef476 Background Color

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

This div background color is #fef476


#fef476 Border Color

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

This div border color is #fef476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef476

Related Colors


Comments

No comments written yet.

Please login to write comment.