Color Hex Logo

#fffe6a Color Hex

#FFFE6A
(255,254,106)
0 Favorites   0 Comments

Color spaces of #fffe6a

RGB 255254106
HSL0.171.000.71
HSV60°58°100°
CMYK 0.000.000.58   0.00
XYZ79.283393.184227.4433
Yxy93.18420.39660.4661
Hunter Lab96.5320-22.325950.7167
CIE-Lab97.3023-17.700669.0143

#fffe6a color RGB value is (255,254,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 01101010
Octal 377 376 152
Decimal 255 254 106
Hex FF FE 6A

RGB Percentages of Color #fffe6a

%41.46
%41.30
%17.24

CMYK Percentages of Color #fffe6a

%0
%0
%58
%0

Triadic Colors of #fffe6a

#fffe6a #6afffe #fe6aff

Analogous Colors of #fffe6a

#fffe6a #b6ff6a #ffb46a

Monochromatic Colors of #fffe6a

#fffe6a

Complementary Color

#fffe6a #6a6bff

#fffe6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffe6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffe6a Color CSS Codes

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

#fffe6a Text Font Color

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

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


#fffe6a Background Color

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

This div background color is #fffe6a


#fffe6a Border Color

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

This div border color is #fffe6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffe6a

Related Colors


Comments

No comments written yet.

Please login to write comment.