Color Hex Logo

#fbe133 Color Hex

#FBE133
(251,225,51)
0 Favorites   0 Comments

Color spaces of #fbe133

RGB 25122551
HSL0.150.960.59
HSV52°80°98°
CMYK 0.000.100.80   0.02
XYZ67.306474.598713.9835
Yxy74.59870.43180.4785
Hunter Lab86.3705-12.047950.8603
CIE-Lab89.2047-7.802780.4818

#fbe133 color RGB value is (251,225,51).

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

The process color (four color CMYK) of #fbe133 color hex is 0.00, 0.10, 0.80, 0.02. Web safe color of #fbe133 is #ffcc33. Color #fbe133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00110011
Octal 373 341 63
Decimal 251 225 51
Hex FB E1 33

RGB Percentages of Color #fbe133

%47.63
%42.69
%9.68

CMYK Percentages of Color #fbe133

%0
%10
%80
%2

Triadic Colors of #fbe133

#fbe133 #33fbe1 #e133fb

Analogous Colors of #fbe133

#fbe133 #b1fb33 #fb7d33

Monochromatic Colors of #fbe133

#fbe133

Complementary Color

#fbe133 #334dfb

#fbe133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe133 Color CSS Codes

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

#fbe133 Text Font Color

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

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


#fbe133 Background Color

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

This div background color is #fbe133


#fbe133 Border Color

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

This div border color is #fbe133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe133


Comments

No comments written yet.

Please login to write comment.