Color Hex Logo

#feed76 Color Hex

#FEED76
(254,237,118)
0 Favorites   0 Comments

Color spaces of #feed76

RGB 254237118
HSL0.150.990.73
HSV53°54°100°
CMYK 0.000.070.54   0.00
XYZ74.427382.947229.2272
Yxy82.94720.39890.4445
Hunter Lab91.0754-13.510644.7259
CIE-Lab92.9913-8.931358.9014

#feed76 color RGB value is (254,237,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 01110110
Octal 376 355 166
Decimal 254 237 118
Hex FE ED 76

RGB Percentages of Color #feed76

%41.71
%38.92
%19.38

CMYK Percentages of Color #feed76

%0
%7
%54
%0

Triadic Colors of #feed76

#feed76 #76feed #ed76fe

Analogous Colors of #feed76

#feed76 #cbfe76 #fea976

Monochromatic Colors of #feed76

#feed76

Complementary Color

#feed76 #7687fe

#feed76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed76 Color CSS Codes

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

#feed76 Text Font Color

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

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


#feed76 Background Color

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

This div background color is #feed76


#feed76 Border Color

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

This div border color is #feed76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed76

Related Colors


Comments

No comments written yet.

Please login to write comment.