Color Hex Logo

#feba37 Color Hex

#FEBA37
(254,186,55)
0 Favorites   0 Comments

Color spaces of #feba37

RGB 25418655
HSL0.110.990.61
HSV39°78°100°
CMYK 0.000.270.78   0.00
XYZ59.121556.464511.3971
Yxy56.46450.46560.4447
Hunter Lab75.14298.941643.6073
CIE-Lab79.877513.549571.0502

#feba37 color RGB value is (254,186,55).

#feba37 hex color red value is 254, green value is 186 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #feba37 hue: 0.11 , saturation: 0.99 and the lightness value of feba37 is 0.61.

The process color (four color CMYK) of #feba37 color hex is 0.00, 0.27, 0.78, 0.00. Web safe color of #feba37 is #ffcc33. Color #feba37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00110111
Octal 376 272 67
Decimal 254 186 55
Hex FE BA 37

RGB Percentages of Color #feba37

%51.31
%37.58
%11.11

CMYK Percentages of Color #feba37

%0
%27
%78
%0

Triadic Colors of #feba37

#feba37 #37feba #ba37fe

Analogous Colors of #feba37

#feba37 #dffe37 #fe5737

Monochromatic Colors of #feba37

#feba37

Complementary Color

#feba37 #377bfe

#feba37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba37 Color CSS Codes

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

#feba37 Text Font Color

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

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


#feba37 Background Color

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

This div background color is #feba37


#feba37 Border Color

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

This div border color is #feba37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba37

Related Colors


Comments

No comments written yet.

Please login to write comment.