Color Hex Logo

#febb1f Color Hex

#FEBB1F
(254,187,31)
0 Favorites   0 Comments

Color spaces of #febb1f

RGB 25418731
HSL0.120.990.56
HSV42°88°100°
CMYK 0.000.260.88   0.00
XYZ58.890756.71049.1387
Yxy56.71040.47210.4546
Hunter Lab75.30637.803745.5194
CIE-Lab80.016412.394377.9790

#febb1f color RGB value is (254,187,31).

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

The process color (four color CMYK) of #febb1f color hex is 0.00, 0.26, 0.88, 0.00. Web safe color of #febb1f is #ffcc33. Color #febb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 00011111
Octal 376 273 37
Decimal 254 187 31
Hex FE BB 1F

RGB Percentages of Color #febb1f

%53.81
%39.62
%6.57

CMYK Percentages of Color #febb1f

%0
%26
%88
%0

Triadic Colors of #febb1f

#febb1f #1ffebb #bb1ffe

Analogous Colors of #febb1f

#febb1f #d2fe1f #fe4c1f

Monochromatic Colors of #febb1f

#febb1f

Complementary Color

#febb1f #1f62fe

#febb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb1f Color CSS Codes

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

#febb1f Text Font Color

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

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


#febb1f Background Color

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

This div background color is #febb1f


#febb1f Border Color

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

This div border color is #febb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb1f

Related Colors


Comments

No comments written yet.

Please login to write comment.