Color Hex Logo

#fefe50 Color Hex

#FEFE50
(254,254,80)
0 Favorites   0 Comments

Color spaces of #fefe50

RGB 25425480
HSL0.170.990.65
HSV60°69°100°
CMYK 0.000.000.69   0.00
XYZ77.762892.533621.3517
Yxy92.53360.40580.4828
Hunter Lab96.1944-24.042254.1758
CIE-Lab97.0380-19.589778.6981

#fefe50 color RGB value is (254,254,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 01010000
Octal 376 376 120
Decimal 254 254 80
Hex FE FE 50

RGB Percentages of Color #fefe50

%43.20
%43.20
%13.61

CMYK Percentages of Color #fefe50

%0
%0
%69
%0

Triadic Colors of #fefe50

#fefe50 #50fefe #fe50fe

Analogous Colors of #fefe50

#fefe50 #a7fe50 #fea750

Monochromatic Colors of #fefe50

#fefe50

Complementary Color

#fefe50 #5050fe

#fefe50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe50 Color CSS Codes

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

#fefe50 Text Font Color

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

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


#fefe50 Background Color

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

This div background color is #fefe50


#fefe50 Border Color

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

This div border color is #fefe50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe50

Related Colors


Comments

No comments written yet.

Please login to write comment.