Color Hex Logo

#feba14 Color Hex

#FEBA14
(254,186,20)
0 Favorites   0 Comments

Color spaces of #feba14

RGB 25418620
HSL0.120.990.54
HSV43°92°100°
CMYK 0.000.270.92   0.00
XYZ58.558256.23918.4307
Yxy56.23910.47520.4564
Hunter Lab74.99278.144745.8295
CIE-Lab79.749712.740279.8416

#feba14 color RGB value is (254,186,20).

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

The process color (four color CMYK) of #feba14 color hex is 0.00, 0.27, 0.92, 0.00. Web safe color of #feba14 is #ffcc00. Color #feba14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00010100
Octal 376 272 24
Decimal 254 186 20
Hex FE BA 14

RGB Percentages of Color #feba14

%55.22
%40.43
%4.35

CMYK Percentages of Color #feba14

%0
%27
%92
%0

Triadic Colors of #feba14

#feba14 #14feba #ba14fe

Analogous Colors of #feba14

#feba14 #cdfe14 #fe4514

Monochromatic Colors of #feba14

#feba14

Complementary Color

#feba14 #1458fe

#feba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba14 Color CSS Codes

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

#feba14 Text Font Color

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

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


#feba14 Background Color

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

This div background color is #feba14


#feba14 Border Color

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

This div border color is #feba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba14

Related Colors


Comments

No comments written yet.

Please login to write comment.