Color Hex Logo

#fbe66e Color Hex

#FBE66E
(251,230,110)
0 Favorites   0 Comments

Color spaces of #fbe66e

RGB 251230110
HSL0.140.950.71
HSV51°56°98°
CMYK 0.000.080.56   0.02
XYZ70.894978.228626.1149
Yxy78.22860.40460.4464
Hunter Lab88.4469-11.704944.4068
CIE-Lab90.8841-7.258060.0207

#fbe66e color RGB value is (251,230,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 01101110
Octal 373 346 156
Decimal 251 230 110
Hex FB E6 6E

RGB Percentages of Color #fbe66e

%42.47
%38.92
%18.61

CMYK Percentages of Color #fbe66e

%0
%8
%56
%2

Triadic Colors of #fbe66e

#fbe66e #6efbe6 #e66efb

Analogous Colors of #fbe66e

#fbe66e #cafb6e #fba06e

Monochromatic Colors of #fbe66e

#fbe66e

Complementary Color

#fbe66e #6e83fb

#fbe66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe66e Color CSS Codes

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

#fbe66e Text Font Color

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

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


#fbe66e Background Color

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

This div background color is #fbe66e


#fbe66e Border Color

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

This div border color is #fbe66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe66e

#fbe66e Color Palettes


Comments

No comments written yet.

Please login to write comment.