Color Hex Logo

#fefe74 Color Hex

#FEFE74
(254,254,116)
0 Favorites   0 Comments

Color spaces of #fefe74

RGB 254254116
HSL0.170.990.73
HSV60°54°100°
CMYK 0.000.000.54   0.00
XYZ79.467293.215430.3270
Yxy93.21540.39140.4592
Hunter Lab96.5481-22.038748.9599
CIE-Lab97.3150-17.391564.7576

#fefe74 color RGB value is (254,254,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 01110100
Octal 376 376 164
Decimal 254 254 116
Hex FE FE 74

RGB Percentages of Color #fefe74

%40.71
%40.71
%18.59

CMYK Percentages of Color #fefe74

%0
%0
%54
%0

Triadic Colors of #fefe74

#fefe74 #74fefe #fe74fe

Analogous Colors of #fefe74

#fefe74 #b9fe74 #feb974

Monochromatic Colors of #fefe74

#fefe74

Complementary Color

#fefe74 #7474fe

#fefe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe74 Color CSS Codes

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

#fefe74 Text Font Color

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

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


#fefe74 Background Color

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

This div background color is #fefe74


#fefe74 Border Color

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

This div border color is #fefe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe74

Related Colors


Comments

No comments written yet.

Please login to write comment.