Color Hex Logo

#feed2f Color Hex

#FEED2F
(254,237,47)
0 Favorites   0 Comments

Color spaces of #feed2f

RGB 25423747
HSL0.150.990.59
HSV55°81°100°
CMYK 0.000.070.81   0.00
XYZ71.670381.844414.7095
Yxy81.84440.42600.4865
Hunter Lab90.4679-16.907953.6874
CIE-Lab92.5061-12.602384.4570

#feed2f color RGB value is (254,237,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 00101111
Octal 376 355 57
Decimal 254 237 47
Hex FE ED 2F

RGB Percentages of Color #feed2f

%47.21
%44.05
%8.74

CMYK Percentages of Color #feed2f

%0
%7
%81
%0

Triadic Colors of #feed2f

#feed2f #2ffeed #ed2ffe

Analogous Colors of #feed2f

#feed2f #a8fe2f #fe862f

Monochromatic Colors of #feed2f

#feed2f

Complementary Color

#feed2f #2f40fe

#feed2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feed2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feed2f Color CSS Codes

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

#feed2f Text Font Color

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

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


#feed2f Background Color

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

This div background color is #feed2f


#feed2f Border Color

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

This div border color is #feed2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feed2f


Comments

No comments written yet.

Please login to write comment.