Color Hex Logo

#fbed5b Color Hex

#FBED5B
(251,237,91)
0 Favorites   0 Comments

Color spaces of #fbed5b

RGB 25123791
HSL0.150.950.67
HSV55°64°98°
CMYK 0.000.060.64   0.02
XYZ71.956281.832921.9004
Yxy81.83290.40960.4658
Hunter Lab90.4615-16.322748.9692
CIE-Lab92.5011-11.976069.8889

#fbed5b color RGB value is (251,237,91).

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

The process color (four color CMYK) of #fbed5b color hex is 0.00, 0.06, 0.64, 0.02. Web safe color of #fbed5b is #ffff66. Color #fbed5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 01011011
Octal 373 355 133
Decimal 251 237 91
Hex FB ED 5B

RGB Percentages of Color #fbed5b

%43.35
%40.93
%15.72

CMYK Percentages of Color #fbed5b

%0
%6
%64
%2

Triadic Colors of #fbed5b

#fbed5b #5bfbed #ed5bfb

Analogous Colors of #fbed5b

#fbed5b #b9fb5b #fb9d5b

Monochromatic Colors of #fbed5b

#fbed5b

Complementary Color

#fbed5b #5b69fb

#fbed5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbed5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbed5b Color CSS Codes

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

#fbed5b Text Font Color

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

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


#fbed5b Background Color

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

This div background color is #fbed5b


#fbed5b Border Color

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

This div border color is #fbed5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbed5b


Comments

No comments written yet.

Please login to write comment.