Color Hex Logo

#fefe6a Color Hex

#FEFE6A
(254,254,106)
0 Favorites   0 Comments

Color spaces of #fefe6a

RGB 254254106
HSL0.170.990.71
HSV60°58°100°
CMYK 0.000.000.58   0.00
XYZ78.916492.995127.4262
Yxy92.99510.39590.4665
Hunter Lab96.4340-22.684650.6415
CIE-Lab97.2256-18.097268.9083

#fefe6a color RGB value is (254,254,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 01101010
Octal 376 376 152
Decimal 254 254 106
Hex FE FE 6A

RGB Percentages of Color #fefe6a

%41.37
%41.37
%17.26

CMYK Percentages of Color #fefe6a

%0
%0
%58
%0

Triadic Colors of #fefe6a

#fefe6a #6afefe #fe6afe

Analogous Colors of #fefe6a

#fefe6a #b4fe6a #feb46a

Monochromatic Colors of #fefe6a

#fefe6a

Complementary Color

#fefe6a #6a6afe

#fefe6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe6a Color CSS Codes

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

#fefe6a Text Font Color

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

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


#fefe6a Background Color

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

This div background color is #fefe6a


#fefe6a Border Color

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

This div border color is #fefe6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe6a

Related Colors


Comments

No comments written yet.

Please login to write comment.