Color Hex Logo

#feed40 Color Hex

#FEED40
(254,237,64)
0 Favorites   0 Comments

Color spaces of #feed40

RGB 25423764
HSL0.150.990.62
HSV55°75°100°
CMYK 0.000.070.75   0.00
XYZ72.082782.009416.8807
Yxy82.00940.42160.4797
Hunter Lab90.5590-16.396952.3393
CIE-Lab92.5790-12.045179.7633

#feed40 color RGB value is (254,237,64).

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

The process color (four color CMYK) of #feed40 color hex is 0.00, 0.07, 0.75, 0.00. Web safe color of #feed40 is #ffff33. Color #feed40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 01000000
Octal 376 355 100
Decimal 254 237 64
Hex FE ED 40

RGB Percentages of Color #feed40

%45.77
%42.70
%11.53

CMYK Percentages of Color #feed40

%0
%7
%75
%0

Triadic Colors of #feed40

#feed40 #40feed #ed40fe

Analogous Colors of #feed40

#feed40 #b0fe40 #fe8e40

Monochromatic Colors of #feed40

#feed40

Complementary Color

#feed40 #4051fe

#feed40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed40 Color CSS Codes

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

#feed40 Text Font Color

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

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


#feed40 Background Color

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

This div background color is #feed40


#feed40 Border Color

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

This div border color is #feed40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed40

Related Colors


Comments

No comments written yet.

Please login to write comment.