Color Hex Logo

#fef05c Color Hex

#FEF05C
(254,240,92)
0 Favorites   0 Comments

Color spaces of #fef05c

RGB 25424092
HSL0.150.990.68
HSV55°64°100°
CMYK 0.000.060.64   0.00
XYZ73.964984.163722.4721
Yxy84.16370.40950.4660
Hunter Lab91.7408-16.632949.6953
CIE-Lab93.5216-12.173270.6374

#fef05c color RGB value is (254,240,92).

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

The process color (four color CMYK) of #fef05c color hex is 0.00, 0.06, 0.64, 0.00. Web safe color of #fef05c is #ffff66. Color #fef05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 01011100
Octal 376 360 134
Decimal 254 240 92
Hex FE F0 5C

RGB Percentages of Color #fef05c

%43.34
%40.96
%15.70

CMYK Percentages of Color #fef05c

%0
%6
%64
%0

Triadic Colors of #fef05c

#fef05c #5cfef0 #f05cfe

Analogous Colors of #fef05c

#fef05c #bbfe5c #fe9f5c

Monochromatic Colors of #fef05c

#fef05c

Complementary Color

#fef05c #5c6afe

#fef05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef05c Color CSS Codes

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

#fef05c Text Font Color

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

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


#fef05c Background Color

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

This div background color is #fef05c


#fef05c Border Color

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

This div border color is #fef05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef05c


Comments

No comments written yet.

Please login to write comment.