Color Hex Logo

#fefe2e Color Hex

#FEFE2E
(254,254,46)
0 Favorites   0 Comments

Color spaces of #fefe2e

RGB 25425446
HSL0.170.990.59
HSV60°82°100°
CMYK 0.000.000.82   0.00
XYZ76.808092.151716.3236
Yxy92.15170.41450.4974
Hunter Lab95.9957-25.171157.1150
CIE-Lab96.8823-20.840388.3780

#fefe2e color RGB value is (254,254,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 00101110
Octal 376 376 56
Decimal 254 254 46
Hex FE FE 2E

RGB Percentages of Color #fefe2e

%45.85
%45.85
%8.30

CMYK Percentages of Color #fefe2e

%0
%0
%82
%0

Triadic Colors of #fefe2e

#fefe2e #2efefe #fe2efe

Analogous Colors of #fefe2e

#fefe2e #96fe2e #fe962e

Monochromatic Colors of #fefe2e

#fefe2e

Complementary Color

#fefe2e #2e2efe

#fefe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe2e Color CSS Codes

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

#fefe2e Text Font Color

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

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


#fefe2e Background Color

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

This div background color is #fefe2e


#fefe2e Border Color

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

This div border color is #fefe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe2e


Comments

No comments written yet.

Please login to write comment.