Color Hex Logo

#fbe61f Color Hex

#FBE61F
(251,230,31)
0 Favorites   0 Comments

Color spaces of #fbe61f

RGB 25123031
HSL0.150.960.55
HSV54°88°98°
CMYK 0.000.080.88   0.02
XYZ68.327877.201812.5965
Yxy77.20180.43210.4882
Hunter Lab87.8646-14.952653.0052
CIE-Lab90.4144-10.773986.0206

#fbe61f color RGB value is (251,230,31).

#fbe61f hex color red value is 251, green value is 230 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fbe61f hue: 0.15 , saturation: 0.96 and the lightness value of fbe61f is 0.55.

The process color (four color CMYK) of #fbe61f color hex is 0.00, 0.08, 0.88, 0.02. Web safe color of #fbe61f is #ffff33. Color #fbe61f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 00011111
Octal 373 346 37
Decimal 251 230 31
Hex FB E6 1F

RGB Percentages of Color #fbe61f

%49.02
%44.92
%6.05

CMYK Percentages of Color #fbe61f

%0
%8
%88
%2

Triadic Colors of #fbe61f

#fbe61f #1ffbe6 #e61ffb

Analogous Colors of #fbe61f

#fbe61f #a2fb1f #fb781f

Monochromatic Colors of #fbe61f

#fbe61f

Complementary Color

#fbe61f #1f34fb

#fbe61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe61f Color CSS Codes

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

#fbe61f Text Font Color

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

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


#fbe61f Background Color

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

This div background color is #fbe61f


#fbe61f Border Color

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

This div border color is #fbe61f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,230,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 #fbe61f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe61f


Comments

No comments written yet.

Please login to write comment.