Color Hex Logo

#fffe53 Color Hex

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

Color spaces of #fffe53

RGB 25525483
HSL0.171.000.66
HSV60°67°100°
CMYK 0.000.000.67   0.00
XYZ78.243192.768221.9658
Yxy92.76820.40550.4807
Hunter Lab96.3162-23.547953.8997
CIE-Lab97.1335-19.040377.7592

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

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

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

Base Numbers

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

RGB Percentages of Color #fffe53

%43.07
%42.91
%14.02

CMYK Percentages of Color #fffe53

%0
%0
%67
%0

Triadic Colors of #fffe53

#fffe53 #53fffe #fe53ff

Analogous Colors of #fffe53

#fffe53 #aaff53 #ffa853

Monochromatic Colors of #fffe53

#fffe53

Complementary Color

#fffe53 #5354ff

#fffe53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffe53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffe53 Color CSS Codes

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

#fffe53 Text Font Color

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

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


#fffe53 Background Color

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

This div background color is #fffe53


#fffe53 Border Color

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

This div border color is #fffe53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffe53

Related Colors

#fffe53 Color Palettes


Comments

No comments written yet.

Please login to write comment.