Color Hex Logo

#fbe920 Color Hex

#FBE920
(251,233,32)
0 Favorites   0 Comments

Color spaces of #fbe920

RGB 25123332
HSL0.150.960.55
HSV55°87°98°
CMYK 0.000.070.87   0.02
XYZ69.183378.891312.9477
Yxy78.89130.42970.4899
Hunter Lab88.8208-16.401153.5316
CIE-Lab91.1851-12.234286.4519

#fbe920 color RGB value is (251,233,32).

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

The process color (four color CMYK) of #fbe920 color hex is 0.00, 0.07, 0.87, 0.02. Web safe color of #fbe920 is #ffff33. Color #fbe920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 00100000
Octal 373 351 40
Decimal 251 233 32
Hex FB E9 20

RGB Percentages of Color #fbe920

%48.64
%45.16
%6.20

CMYK Percentages of Color #fbe920

%0
%7
%87
%2

Triadic Colors of #fbe920

#fbe920 #20fbe9 #e920fb

Analogous Colors of #fbe920

#fbe920 #a0fb20 #fb7c20

Monochromatic Colors of #fbe920

#fbe920

Complementary Color

#fbe920 #2032fb

#fbe920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe920 Color CSS Codes

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

#fbe920 Text Font Color

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

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


#fbe920 Background Color

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

This div background color is #fbe920


#fbe920 Border Color

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

This div border color is #fbe920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe920


Comments

No comments written yet.

Please login to write comment.