Color Hex Logo

#fbe550 Color Hex

#FBE550
(251,229,80)
0 Favorites   0 Comments

Color spaces of #fbe550

RGB 25122980
HSL0.150.960.65
HSV52°68°98°
CMYK 0.000.090.68   0.02
XYZ69.250977.127018.8265
Yxy77.12700.41920.4669
Hunter Lab87.8220-12.934648.7653
CIE-Lab90.3800-8.617771.9930

#fbe550 color RGB value is (251,229,80).

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

The process color (four color CMYK) of #fbe550 color hex is 0.00, 0.09, 0.68, 0.02. Web safe color of #fbe550 is #ffcc66. Color #fbe550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 01010000
Octal 373 345 120
Decimal 251 229 80
Hex FB E5 50

RGB Percentages of Color #fbe550

%44.82
%40.89
%14.29

CMYK Percentages of Color #fbe550

%0
%9
%68
%2

Triadic Colors of #fbe550

#fbe550 #50fbe5 #e550fb

Analogous Colors of #fbe550

#fbe550 #bcfb50 #fb9050

Monochromatic Colors of #fbe550

#fbe550

Complementary Color

#fbe550 #5066fb

#fbe550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe550 Color CSS Codes

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

#fbe550 Text Font Color

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

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


#fbe550 Background Color

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

This div background color is #fbe550


#fbe550 Border Color

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

This div border color is #fbe550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe550


Comments

No comments written yet.

Please login to write comment.