Color Hex Logo

#fef550 Color Hex

#FEF550
(254,245,80)
0 Favorites   0 Comments

Color spaces of #fef550

RGB 25424580
HSL0.160.990.65
HSV57°69°100°
CMYK 0.000.040.69   0.00
XYZ74.973486.954820.4219
Yxy86.95480.41120.4769
Hunter Lab93.2496-19.671352.2900
CIE-Lab94.7191-15.254276.4117

#fef550 color RGB value is (254,245,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01010000
Octal 376 365 120
Decimal 254 245 80
Hex FE F5 50

RGB Percentages of Color #fef550

%43.87
%42.31
%13.82

CMYK Percentages of Color #fef550

%0
%4
%69
%0

Triadic Colors of #fef550

#fef550 #50fef5 #f550fe

Analogous Colors of #fef550

#fef550 #b0fe50 #fe9e50

Monochromatic Colors of #fef550

#fef550

Complementary Color

#fef550 #5059fe

#fef550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef550 Color CSS Codes

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

#fef550 Text Font Color

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

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


#fef550 Background Color

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

This div background color is #fef550


#fef550 Border Color

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

This div border color is #fef550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef550

Related Colors


Comments

No comments written yet.

Please login to write comment.