Color Hex Logo

#fffe64 Color Hex

#FFFE64
(255,254,100)
0 Favorites   0 Comments

Color spaces of #fffe64

RGB 255254100
HSL0.171.000.70
HSV60°61°100°
CMYK 0.000.000.61   0.00
XYZ78.982193.063725.8569
Yxy93.06370.39910.4702
Hunter Lab96.4695-22.679151.6371
CIE-Lab97.2534-18.086871.4128

#fffe64 color RGB value is (255,254,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 01100100
Octal 377 376 144
Decimal 255 254 100
Hex FF FE 64

RGB Percentages of Color #fffe64

%41.87
%41.71
%16.42

CMYK Percentages of Color #fffe64

%0
%0
%61
%0

Triadic Colors of #fffe64

#fffe64 #64fffe #fe64ff

Analogous Colors of #fffe64

#fffe64 #b3ff64 #ffb164

Monochromatic Colors of #fffe64

#fffe64

Complementary Color

#fffe64 #6465ff

#fffe64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffe64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffe64 Color CSS Codes

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

#fffe64 Text Font Color

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

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


#fffe64 Background Color

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

This div background color is #fffe64


#fffe64 Border Color

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

This div border color is #fffe64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffe64

Related Colors


Comments

No comments written yet.

Please login to write comment.