Color Hex Logo

#fbe100 Color Hex

#FBE100
(251,225,0)
0 Favorites   0 Comments

Color spaces of #fbe100

RGB 2512250
HSL0.151.000.49
HSV54°100°98°
CMYK 0.000.101.00   0.02
XYZ66.708974.359710.8369
Yxy74.35970.43910.4895
Hunter Lab86.2321-12.819052.9114
CIE-Lab89.0922-8.640688.5080

#fbe100 color RGB value is (251,225,0).

#fbe100 hex color red value is 251, green value is 225 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fbe100 hue: 0.15 , saturation: 1.00 and the lightness value of fbe100 is 0.49.

The process color (four color CMYK) of #fbe100 color hex is 0.00, 0.10, 1.00, 0.02. Web safe color of #fbe100 is #ffcc00. Color #fbe100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00000000
Octal 373 341 0
Decimal 251 225 0
Hex FB E1 0

RGB Percentages of Color #fbe100

%52.73
%47.27
%0.00

CMYK Percentages of Color #fbe100

%0
%10
%100
%2

Triadic Colors of #fbe100

#fbe100 #00fbe1 #e100fb

Analogous Colors of #fbe100

#fbe100 #98fb00 #fb6400

Monochromatic Colors of #fbe100

#fbe100

Complementary Color

#fbe100 #001afb

#fbe100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe100 Color CSS Codes

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

#fbe100 Text Font Color

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

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


#fbe100 Background Color

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

This div background color is #fbe100


#fbe100 Border Color

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

This div border color is #fbe100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe100


Comments

No comments written yet.

Please login to write comment.