Color Hex Logo

#fef17c Color Hex

#FEF17C
(254,241,124)
0 Favorites   0 Comments

Color spaces of #fef17c

RGB 254241124
HSL0.150.980.74
HSV54°51°100°
CMYK 0.000.050.51   0.00
XYZ75.966485.436731.5558
Yxy85.43670.39370.4428
Hunter Lab92.4320-15.053444.4611
CIE-Lab94.0710-10.429957.4238

#fef17c color RGB value is (254,241,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01111100
Octal 376 361 174
Decimal 254 241 124
Hex FE F1 7C

RGB Percentages of Color #fef17c

%41.03
%38.93
%20.03

CMYK Percentages of Color #fef17c

%0
%5
%51
%0

Triadic Colors of #fef17c

#fef17c #7cfef1 #f17cfe

Analogous Colors of #fef17c

#fef17c #cafe7c #feb07c

Monochromatic Colors of #fef17c

#fef17c

Complementary Color

#fef17c #7c89fe

#fef17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef17c Color CSS Codes

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

#fef17c Text Font Color

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

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


#fef17c Background Color

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

This div background color is #fef17c


#fef17c Border Color

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

This div border color is #fef17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef17c

Related Colors


Comments

No comments written yet.

Please login to write comment.