Color Hex Logo

#fbe650 Color Hex

#FBE650
(251,230,80)
0 Favorites   0 Comments

Color spaces of #fbe650

RGB 25123080
HSL0.150.960.65
HSV53°68°98°
CMYK 0.000.080.68   0.02
XYZ69.528477.682018.9190
Yxy77.68200.41850.4676
Hunter Lab88.1374-13.428248.9694
CIE-Lab90.6346-9.114872.2497

#fbe650 color RGB value is (251,230,80).

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

The process color (four color CMYK) of #fbe650 color hex is 0.00, 0.08, 0.68, 0.02. Web safe color of #fbe650 is #ffff66. Color #fbe650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 01010000
Octal 373 346 120
Decimal 251 230 80
Hex FB E6 50

RGB Percentages of Color #fbe650

%44.74
%41.00
%14.26

CMYK Percentages of Color #fbe650

%0
%8
%68
%2

Triadic Colors of #fbe650

#fbe650 #50fbe6 #e650fb

Analogous Colors of #fbe650

#fbe650 #bbfb50 #fb9150

Monochromatic Colors of #fbe650

#fbe650

Complementary Color

#fbe650 #5065fb

#fbe650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe650 Color CSS Codes

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

#fbe650 Text Font Color

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

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


#fbe650 Background Color

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

This div background color is #fbe650


#fbe650 Border Color

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

This div border color is #fbe650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe650

#fbe650 Color Palettes


Comments

No comments written yet.

Please login to write comment.