Color Hex Logo

#fefe7a Color Hex

#FEFE7A
(254,254,122)
0 Favorites   0 Comments

Color spaces of #fefe7a

RGB 254254122
HSL0.170.990.74
HSV60°52°100°
CMYK 0.000.000.52   0.00
XYZ79.827793.359632.2252
Yxy93.35960.38860.4545
Hunter Lab96.6228-21.616947.8618
CIE-Lab97.3734-16.932062.1882

#fefe7a color RGB value is (254,254,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 01111010
Octal 376 376 172
Decimal 254 254 122
Hex FE FE 7A

RGB Percentages of Color #fefe7a

%40.32
%40.32
%19.37

CMYK Percentages of Color #fefe7a

%0
%0
%52
%0

Triadic Colors of #fefe7a

#fefe7a #7afefe #fe7afe

Analogous Colors of #fefe7a

#fefe7a #bcfe7a #febc7a

Monochromatic Colors of #fefe7a

#fefe7a

Complementary Color

#fefe7a #7a7afe

#fefe7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe7a Color CSS Codes

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

#fefe7a Text Font Color

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

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


#fefe7a Background Color

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

This div background color is #fefe7a


#fefe7a Border Color

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

This div border color is #fefe7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe7a

Related Colors


Comments

No comments written yet.

Please login to write comment.