Color Hex Logo

#feff53 Color Hex

#FEFF53
(254,255,83)
0 Favorites   0 Comments

Color spaces of #feff53

RGB 25425583
HSL0.171.000.66
HSV60°67°100°
CMYK 0.000.000.67   0.00
XYZ78.194493.215422.0547
Yxy93.21540.40420.4818
Hunter Lab96.5481-24.391954.0399
CIE-Lab97.3150-19.919977.9141

#feff53 color RGB value is (254,255,83).

#feff53 hex color red value is 254, green value is 255 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #feff53 hue: 0.17 , saturation: 1.00 and the lightness value of feff53 is 0.66.

The process color (four color CMYK) of #feff53 color hex is 0.00, 0.00, 0.67, 0.00. Web safe color of #feff53 is #ffff66. Color #feff53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 01010011
Octal 376 377 123
Decimal 254 255 83
Hex FE FF 53

RGB Percentages of Color #feff53

%42.91
%43.07
%14.02

CMYK Percentages of Color #feff53

%0
%0
%67
%0

Triadic Colors of #feff53

#feff53 #53feff #ff53fe

Analogous Colors of #feff53

#feff53 #a8ff53 #ffaa53

Monochromatic Colors of #feff53

#feff53

Complementary Color

#feff53 #5453ff

#feff53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff53 Color CSS Codes

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

#feff53 Text Font Color

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

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


#feff53 Background Color

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

This div background color is #feff53


#feff53 Border Color

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

This div border color is #feff53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff53

Related Colors

#feff53 Color Palettes


Comments

No comments written yet.

Please login to write comment.