Color Hex Logo

#fef174 Color Hex

#FEF174
(254,241,116)
0 Favorites   0 Comments

Color spaces of #fef174

RGB 254241116
HSL0.150.990.73
HSV54°54°100°
CMYK 0.000.050.54   0.00
XYZ75.480785.242428.9982
Yxy85.24240.39790.4493
Hunter Lab92.3268-15.641346.0068
CIE-Lab93.9875-11.061060.9567

#fef174 color RGB value is (254,241,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01110100
Octal 376 361 164
Decimal 254 241 116
Hex FE F1 74

RGB Percentages of Color #fef174

%41.57
%39.44
%18.99

CMYK Percentages of Color #fef174

%0
%5
%54
%0

Triadic Colors of #fef174

#fef174 #74fef1 #f174fe

Analogous Colors of #fef174

#fef174 #c6fe74 #feac74

Monochromatic Colors of #fef174

#fef174

Complementary Color

#fef174 #7481fe

#fef174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef174 Color CSS Codes

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

#fef174 Text Font Color

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

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


#fef174 Background Color

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

This div background color is #fef174


#fef174 Border Color

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

This div border color is #fef174


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,241,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 #fef174">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef174

Related Colors


Comments

No comments written yet.

Please login to write comment.