Color Hex Logo

#feba15 Color Hex

#FEBA15
(254,186,21)
0 Favorites   0 Comments

Color spaces of #feba15

RGB 25418621
HSL0.120.990.54
HSV42°92°100°
CMYK 0.000.270.92   0.00
XYZ58.567356.24288.4786
Yxy56.24280.47500.4562
Hunter Lab74.99528.157545.7936
CIE-Lab79.751812.753279.6840

#feba15 color RGB value is (254,186,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 00010101
Octal 376 272 25
Decimal 254 186 21
Hex FE BA 15

RGB Percentages of Color #feba15

%55.10
%40.35
%4.56

CMYK Percentages of Color #feba15

%0
%27
%92
%0

Triadic Colors of #feba15

#feba15 #15feba #ba15fe

Analogous Colors of #feba15

#feba15 #cefe15 #fe4515

Monochromatic Colors of #feba15

#feba15

Complementary Color

#feba15 #1559fe

#feba15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba15 Color CSS Codes

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

#feba15 Text Font Color

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

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


#feba15 Background Color

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

This div background color is #feba15


#feba15 Border Color

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

This div border color is #feba15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba15


Comments

No comments written yet.

Please login to write comment.