Color Hex Logo

#fbe111 Color Hex

#FBE111
(251,225,17)
0 Favorites   0 Comments

Color spaces of #fbe111

RGB 25122517
HSL0.150.970.53
HSV53°93°98°
CMYK 0.000.100.93   0.02
XYZ66.810174.400111.3697
Yxy74.40010.43790.4876
Hunter Lab86.2555-12.688152.5636
CIE-Lab89.1112-8.498087.0461

#fbe111 color RGB value is (251,225,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00010001
Octal 373 341 21
Decimal 251 225 17
Hex FB E1 11

RGB Percentages of Color #fbe111

%50.91
%45.64
%3.45

CMYK Percentages of Color #fbe111

%0
%10
%93
%2

Triadic Colors of #fbe111

#fbe111 #11fbe1 #e111fb

Analogous Colors of #fbe111

#fbe111 #a0fb11 #fb6c11

Monochromatic Colors of #fbe111

#fbe111

Complementary Color

#fbe111 #112bfb

#fbe111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe111 Color CSS Codes

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

#fbe111 Text Font Color

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

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


#fbe111 Background Color

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

This div background color is #fbe111


#fbe111 Border Color

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

This div border color is #fbe111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe111


Comments

No comments written yet.

Please login to write comment.