Color Hex Logo

#fbe50c Color Hex

#FBE50C
(251,229,12)
0 Favorites   0 Comments

Color spaces of #fbe50c

RGB 25122912
HSL0.150.970.52
HSV54°95°98°
CMYK 0.000.090.95   0.02
XYZ67.869376.574411.5511
Yxy76.57440.43510.4909
Hunter Lab87.5068-14.694353.4283
CIE-Lab90.1254-10.532188.2963

#fbe50c color RGB value is (251,229,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 00001100
Octal 373 345 14
Decimal 251 229 12
Hex FB E5 C

RGB Percentages of Color #fbe50c

%51.02
%46.54
%2.44

CMYK Percentages of Color #fbe50c

%0
%9
%95
%2

Triadic Colors of #fbe50c

#fbe50c #0cfbe5 #e50cfb

Analogous Colors of #fbe50c

#fbe50c #9afb0c #fb6e0c

Monochromatic Colors of #fbe50c

#fbe50c

Complementary Color

#fbe50c #0c22fb

#fbe50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe50c Color CSS Codes

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

#fbe50c Text Font Color

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

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


#fbe50c Background Color

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

This div background color is #fbe50c


#fbe50c Border Color

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

This div border color is #fbe50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe50c


Comments

No comments written yet.

Please login to write comment.