Color Hex Logo

#fbe50b Color Hex

#FBE50B
(251,229,11)
0 Favorites   0 Comments

Color spaces of #fbe50b

RGB 25122911
HSL0.150.970.51
HSV55°96°98°
CMYK 0.000.090.96   0.02
XYZ67.863476.572011.5197
Yxy76.57200.43510.4910
Hunter Lab87.5054-14.701853.4485
CIE-Lab90.1243-10.540388.3803

#fbe50b color RGB value is (251,229,11).

#fbe50b hex color red value is 251, green value is 229 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fbe50b hue: 0.15 , saturation: 0.97 and the lightness value of fbe50b is 0.51.

The process color (four color CMYK) of #fbe50b color hex is 0.00, 0.09, 0.96, 0.02. Web safe color of #fbe50b is #ffcc00. Color #fbe50b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 00001011
Octal 373 345 13
Decimal 251 229 11
Hex FB E5 B

RGB Percentages of Color #fbe50b

%51.12
%46.64
%2.24

CMYK Percentages of Color #fbe50b

%0
%9
%96
%2

Triadic Colors of #fbe50b

#fbe50b #0bfbe5 #e50bfb

Analogous Colors of #fbe50b

#fbe50b #99fb0b #fb6d0b

Monochromatic Colors of #fbe50b

#fbe50b

Complementary Color

#fbe50b #0b21fb

#fbe50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe50b Color CSS Codes

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

#fbe50b Text Font Color

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

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


#fbe50b Background Color

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

This div background color is #fbe50b


#fbe50b Border Color

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

This div border color is #fbe50b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,229,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe50b

Related Colors


Comments

No comments written yet.

Please login to write comment.