Color Hex Logo

#fbe232 Color Hex

#FBE232
(251,226,50)
2 Favorites   0 Comments

Color spaces of #fbe232

RGB 25122650
HSL0.150.960.59
HSV53°80°98°
CMYK 0.000.100.80   0.02
XYZ67.555775.132213.9590
Yxy75.13220.43130.4796
Hunter Lab86.6788-12.568751.1270
CIE-Lab89.4549-8.331580.9721

#fbe232 color RGB value is (251,226,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 00110010
Octal 373 342 62
Decimal 251 226 50
Hex FB E2 32

RGB Percentages of Color #fbe232

%47.63
%42.88
%9.49

CMYK Percentages of Color #fbe232

%0
%10
%80
%2

Triadic Colors of #fbe232

#fbe232 #32fbe2 #e232fb

Analogous Colors of #fbe232

#fbe232 #b0fb32 #fb7e32

Monochromatic Colors of #fbe232

#fbe232

Complementary Color

#fbe232 #324bfb

#fbe232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe232 Color CSS Codes

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

#fbe232 Text Font Color

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

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


#fbe232 Background Color

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

This div background color is #fbe232


#fbe232 Border Color

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

This div border color is #fbe232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe232


Comments

No comments written yet.

Please login to write comment.