Color Hex Logo

#fbe400 Color Hex

#FBE400
(251,228,0)
0 Favorites   0 Comments

Color spaces of #fbe400

RGB 2512280
HSL0.151.000.49
HSV55°100°98°
CMYK 0.000.091.00   0.02
XYZ67.527175.996011.1096
Yxy75.99600.43670.4915
Hunter Lab87.1757-14.289753.4671
CIE-Lab89.8575-10.129989.0564

#fbe400 color RGB value is (251,228,0).

#fbe400 hex color red value is 251, green value is 228 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fbe400 hue: 0.15 , saturation: 1.00 and the lightness value of fbe400 is 0.49.

The process color (four color CMYK) of #fbe400 color hex is 0.00, 0.09, 1.00, 0.02. Web safe color of #fbe400 is #ffcc00. Color #fbe400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 00000000
Octal 373 344 0
Decimal 251 228 0
Hex FB E4 0

RGB Percentages of Color #fbe400

%52.40
%47.60
%0.00

CMYK Percentages of Color #fbe400

%0
%9
%100
%2

Triadic Colors of #fbe400

#fbe400 #00fbe4 #e400fb

Analogous Colors of #fbe400

#fbe400 #95fb00 #fb6700

Monochromatic Colors of #fbe400

#fbe400

Complementary Color

#fbe400 #0017fb

#fbe400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe400 Color CSS Codes

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

#fbe400 Text Font Color

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

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


#fbe400 Background Color

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

This div background color is #fbe400


#fbe400 Border Color

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

This div border color is #fbe400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe400

Related Colors


Comments

No comments written yet.

Please login to write comment.