Color Hex Logo

#fbe33c Color Hex

#FBE33C
(251,227,60)
0 Favorites   0 Comments

Color spaces of #fbe33c

RGB 25122760
HSL0.150.960.61
HSV52°76°98°
CMYK 0.000.100.76   0.02
XYZ68.068475.773615.3132
Yxy75.77360.42770.4761
Hunter Lab87.0480-12.753550.5035
CIE-Lab89.7541-8.495478.3270

#fbe33c color RGB value is (251,227,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 00111100
Octal 373 343 74
Decimal 251 227 60
Hex FB E3 3C

RGB Percentages of Color #fbe33c

%46.65
%42.19
%11.15

CMYK Percentages of Color #fbe33c

%0
%10
%76
%2

Triadic Colors of #fbe33c

#fbe33c #3cfbe3 #e33cfb

Analogous Colors of #fbe33c

#fbe33c #b4fb3c #fb843c

Monochromatic Colors of #fbe33c

#fbe33c

Complementary Color

#fbe33c #3c54fb

#fbe33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe33c Color CSS Codes

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

#fbe33c Text Font Color

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

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


#fbe33c Background Color

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

This div background color is #fbe33c


#fbe33c Border Color

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

This div border color is #fbe33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe33c


Comments

No comments written yet.

Please login to write comment.