Color Hex Logo

#fbe76b Color Hex

#FBE76B
(251,231,107)
0 Favorites   0 Comments

Color spaces of #fbe76b

RGB 251231107
HSL0.140.950.70
HSV52°57°98°
CMYK 0.000.080.57   0.02
XYZ71.013478.722625.3621
Yxy78.72260.40560.4496
Hunter Lab88.7258-12.404145.1601
CIE-Lab91.1086-7.973261.6134

#fbe76b color RGB value is (251,231,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100111 01101011
Octal 373 347 153
Decimal 251 231 107
Hex FB E7 6B

RGB Percentages of Color #fbe76b

%42.61
%39.22
%18.17

CMYK Percentages of Color #fbe76b

%0
%8
%57
%2

Triadic Colors of #fbe76b

#fbe76b #6bfbe7 #e76bfb

Analogous Colors of #fbe76b

#fbe76b #c7fb6b #fb9f6b

Monochromatic Colors of #fbe76b

#fbe76b

Complementary Color

#fbe76b #6b7ffb

#fbe76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe76b Color CSS Codes

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

#fbe76b Text Font Color

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

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


#fbe76b Background Color

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

This div background color is #fbe76b


#fbe76b Border Color

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

This div border color is #fbe76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe76b


Comments

No comments written yet.

Please login to write comment.