Color Hex Logo

#fef874 Color Hex

#FEF874
(254,248,116)
0 Favorites   0 Comments

Color spaces of #fef874

RGB 254248116
HSL0.160.990.73
HSV57°54°100°
CMYK 0.000.020.54   0.00
XYZ77.592889.466629.7022
Yxy89.46660.39430.4547
Hunter Lab94.5868-19.097247.5925
CIE-Lab95.7751-14.487163.0058

#fef874 color RGB value is (254,248,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 01110100
Octal 376 370 164
Decimal 254 248 116
Hex FE F8 74

RGB Percentages of Color #fef874

%41.10
%40.13
%18.77

CMYK Percentages of Color #fef874

%0
%2
%54
%0

Triadic Colors of #fef874

#fef874 #74fef8 #f874fe

Analogous Colors of #fef874

#fef874 #bffe74 #feb374

Monochromatic Colors of #fef874

#fef874

Complementary Color

#fef874 #747afe

#fef874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef874 Color CSS Codes

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

#fef874 Text Font Color

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

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


#fef874 Background Color

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

This div background color is #fef874


#fef874 Border Color

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

This div border color is #fef874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef874


Comments

No comments written yet.

Please login to write comment.