Color Hex Logo

#fef350 Color Hex

#FEF350
(254,243,80)
0 Favorites   0 Comments

Color spaces of #fef350

RGB 25424380
HSL0.160.990.65
HSV56°69°100°
CMYK 0.000.040.69   0.00
XYZ74.371685.751220.2213
Yxy85.75120.41240.4755
Hunter Lab92.6019-18.694351.8743
CIE-Lab94.2059-14.281475.9029

#fef350 color RGB value is (254,243,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01010000
Octal 376 363 120
Decimal 254 243 80
Hex FE F3 50

RGB Percentages of Color #fef350

%44.02
%42.11
%13.86

CMYK Percentages of Color #fef350

%0
%4
%69
%0

Triadic Colors of #fef350

#fef350 #50fef3 #f350fe

Analogous Colors of #fef350

#fef350 #b2fe50 #fe9c50

Monochromatic Colors of #fef350

#fef350

Complementary Color

#fef350 #505bfe

#fef350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef350 Color CSS Codes

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

#fef350 Text Font Color

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

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


#fef350 Background Color

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

This div background color is #fef350


#fef350 Border Color

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

This div border color is #fef350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef350


Comments

No comments written yet.

Please login to write comment.