Color Hex Logo

#fbbe41 Color Hex

#FBBE41
(251,190,65)
0 Favorites   0 Comments

Color spaces of #fbbe41

RGB 25119065
HSL0.110.960.62
HSV40°74°98°
CMYK 0.000.240.74   0.02
XYZ59.151357.717813.0241
Yxy57.71780.45540.4443
Hunter Lab75.97226.027143.0163
CIE-Lab80.581610.585967.9770

#fbbe41 color RGB value is (251,190,65).

#fbbe41 hex color red value is 251, green value is 190 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fbbe41 hue: 0.11 , saturation: 0.96 and the lightness value of fbbe41 is 0.62.

The process color (four color CMYK) of #fbbe41 color hex is 0.00, 0.24, 0.74, 0.02. Web safe color of #fbbe41 is #ffcc33. Color #fbbe41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 01000001
Octal 373 276 101
Decimal 251 190 65
Hex FB BE 41

RGB Percentages of Color #fbbe41

%49.60
%37.55
%12.85

CMYK Percentages of Color #fbbe41

%0
%24
%74
%2

Triadic Colors of #fbbe41

#fbbe41 #41fbbe #be41fb

Analogous Colors of #fbbe41

#fbbe41 #dbfb41 #fb6141

Monochromatic Colors of #fbbe41

#fbbe41

Complementary Color

#fbbe41 #417efb

#fbbe41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbe41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbe41 Color CSS Codes

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

#fbbe41 Text Font Color

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

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


#fbbe41 Background Color

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

This div background color is #fbbe41


#fbbe41 Border Color

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

This div border color is #fbbe41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbe41


Comments

No comments written yet.

Please login to write comment.