Color Hex Logo

#fefe3c Color Hex

#FEFE3C
(254,254,60)
0 Favorites   0 Comments

Color spaces of #fefe3c

RGB 25425460
HSL0.170.990.62
HSV60°76°100°
CMYK 0.000.000.76   0.00
XYZ77.130592.280718.0217
Yxy92.28070.41150.4923
Hunter Lab96.0628-24.789356.1210
CIE-Lab96.9349-20.416484.9054

#fefe3c color RGB value is (254,254,60).

#fefe3c hex color red value is 254, green value is 254 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fefe3c hue: 0.17 , saturation: 0.99 and the lightness value of fefe3c is 0.62.

The process color (four color CMYK) of #fefe3c color hex is 0.00, 0.00, 0.76, 0.00. Web safe color of #fefe3c is #ffff33. Color #fefe3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 00111100
Octal 376 376 74
Decimal 254 254 60
Hex FE FE 3C

RGB Percentages of Color #fefe3c

%44.72
%44.72
%10.56

CMYK Percentages of Color #fefe3c

%0
%0
%76
%0

Triadic Colors of #fefe3c

#fefe3c #3cfefe #fe3cfe

Analogous Colors of #fefe3c

#fefe3c #9dfe3c #fe9d3c

Monochromatic Colors of #fefe3c

#fefe3c

Complementary Color

#fefe3c #3c3cfe

#fefe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe3c Color CSS Codes

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

#fefe3c Text Font Color

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

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


#fefe3c Background Color

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

This div background color is #fefe3c


#fefe3c Border Color

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

This div border color is #fefe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe3c

Related Colors


Comments

No comments written yet.

Please login to write comment.