Color Hex Logo

#fbe55b Color Hex

#FBE55B
(251,229,91)
0 Favorites   0 Comments

Color spaces of #fbe55b

RGB 25122991
HSL0.140.950.67
HSV52°64°98°
CMYK 0.000.090.64   0.02
XYZ69.691377.303221.1454
Yxy77.30320.41450.4598
Hunter Lab87.9222-12.376447.2863
CIE-Lab90.4610-8.014967.7339

#fbe55b color RGB value is (251,229,91).

#fbe55b hex color red value is 251, green value is 229 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fbe55b hue: 0.14 , saturation: 0.95 and the lightness value of fbe55b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 01011011
Octal 373 345 133
Decimal 251 229 91
Hex FB E5 5B

RGB Percentages of Color #fbe55b

%43.96
%40.11
%15.94

CMYK Percentages of Color #fbe55b

%0
%9
%64
%2

Triadic Colors of #fbe55b

#fbe55b #5bfbe5 #e55bfb

Analogous Colors of #fbe55b

#fbe55b #c1fb5b #fb955b

Monochromatic Colors of #fbe55b

#fbe55b

Complementary Color

#fbe55b #5b71fb

#fbe55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe55b Color CSS Codes

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

#fbe55b Text Font Color

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

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


#fbe55b Background Color

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

This div background color is #fbe55b


#fbe55b Border Color

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

This div border color is #fbe55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe55b

Related Colors


Comments

No comments written yet.

Please login to write comment.