Color Hex Logo

#fef97c Color Hex

#FEF97C
(254,249,124)
0 Favorites   0 Comments

Color spaces of #fef97c

RGB 254249124
HSL0.160.980.74
HSV58°51°100°
CMYK 0.000.020.51   0.00
XYZ78.386890.277432.3626
Yxy90.27740.38990.4491
Hunter Lab95.0144-19.012946.3155
CIE-Lab96.1117-14.349659.8238

#fef97c color RGB value is (254,249,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 01111100
Octal 376 371 174
Decimal 254 249 124
Hex FE F9 7C

RGB Percentages of Color #fef97c

%40.51
%39.71
%19.78

CMYK Percentages of Color #fef97c

%0
%2
%51
%0

Triadic Colors of #fef97c

#fef97c #7cfef9 #f97cfe

Analogous Colors of #fef97c

#fef97c #c2fe7c #feb87c

Monochromatic Colors of #fef97c

#fef97c

Complementary Color

#fef97c #7c81fe

#fef97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef97c Color CSS Codes

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

#fef97c Text Font Color

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

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


#fef97c Background Color

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

This div background color is #fef97c


#fef97c Border Color

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

This div border color is #fef97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef97c

Related Colors


Comments

No comments written yet.

Please login to write comment.