Color Hex Logo

#feed78 Color Hex

#FEED78
(254,237,120)
0 Favorites   0 Comments

Color spaces of #feed78

RGB 254237120
HSL0.150.990.73
HSV52°53°100°
CMYK 0.000.070.53   0.00
XYZ74.547482.995329.8599
Yxy82.99530.39780.4429
Hunter Lab91.1018-13.363844.3381
CIE-Lab93.0124-8.774358.0134

#feed78 color RGB value is (254,237,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 01111000
Octal 376 355 170
Decimal 254 237 120
Hex FE ED 78

RGB Percentages of Color #feed78

%41.57
%38.79
%19.64

CMYK Percentages of Color #feed78

%0
%7
%53
%0

Triadic Colors of #feed78

#feed78 #78feed #ed78fe

Analogous Colors of #feed78

#feed78 #ccfe78 #feaa78

Monochromatic Colors of #feed78

#feed78

Complementary Color

#feed78 #7889fe

#feed78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed78 Color CSS Codes

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

#feed78 Text Font Color

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

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


#feed78 Background Color

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

This div background color is #feed78


#feed78 Border Color

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

This div border color is #feed78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed78

Related Colors


Comments

No comments written yet.

Please login to write comment.