Color Hex Logo

#fbe06f Color Hex

#FBE06F
(251,224,111)
0 Favorites   0 Comments

Color spaces of #fbe06f

RGB 251224111
HSL0.130.950.71
HSV48°56°98°
CMYK 0.000.110.56   0.02
XYZ69.308674.968225.8563
Yxy74.96820.40740.4406
Hunter Lab86.5842-8.637342.9034
CIE-Lab89.3781-4.174157.8356

#fbe06f color RGB value is (251,224,111).

#fbe06f hex color red value is 251, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fbe06f hue: 0.13 , saturation: 0.95 and the lightness value of fbe06f is 0.71.

The process color (four color CMYK) of #fbe06f color hex is 0.00, 0.11, 0.56, 0.02. Web safe color of #fbe06f is #ffcc66. Color #fbe06f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01101111
Octal 373 340 157
Decimal 251 224 111
Hex FB E0 6F

RGB Percentages of Color #fbe06f

%42.83
%38.23
%18.94

CMYK Percentages of Color #fbe06f

%0
%11
%56
%2

Triadic Colors of #fbe06f

#fbe06f #6ffbe0 #e06ffb

Analogous Colors of #fbe06f

#fbe06f #d0fb6f #fb9a6f

Monochromatic Colors of #fbe06f

#fbe06f

Complementary Color

#fbe06f #6f8afb

#fbe06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe06f Color CSS Codes

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

#fbe06f Text Font Color

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

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


#fbe06f Background Color

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

This div background color is #fbe06f


#fbe06f Border Color

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

This div border color is #fbe06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe06f

Related Colors


Comments

No comments written yet.

Please login to write comment.