Color Hex Logo

#fbe964 Color Hex

#FBE964
(251,233,100)
0 Favorites   0 Comments

Color spaces of #fbe964

RGB 251233100
HSL0.150.950.69
HSV53°60°98°
CMYK 0.000.070.60   0.02
XYZ71.222879.707223.6878
Yxy79.70720.40790.4565
Hunter Lab89.2789-13.838546.7642
CIE-Lab91.5533-9.444565.1499

#fbe964 color RGB value is (251,233,100).

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

The process color (four color CMYK) of #fbe964 color hex is 0.00, 0.07, 0.60, 0.02. Web safe color of #fbe964 is #ffff66. Color #fbe964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 01100100
Octal 373 351 144
Decimal 251 233 100
Hex FB E9 64

RGB Percentages of Color #fbe964

%42.98
%39.90
%17.12

CMYK Percentages of Color #fbe964

%0
%7
%60
%2

Triadic Colors of #fbe964

#fbe964 #64fbe9 #e964fb

Analogous Colors of #fbe964

#fbe964 #c2fb64 #fb9e64

Monochromatic Colors of #fbe964

#fbe964

Complementary Color

#fbe964 #6476fb

#fbe964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe964 Color CSS Codes

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

#fbe964 Text Font Color

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

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


#fbe964 Background Color

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

This div background color is #fbe964


#fbe964 Border Color

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

This div border color is #fbe964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe964


Comments

No comments written yet.

Please login to write comment.