Color Hex Logo

#fbe020 Color Hex

#FBE020
(251,224,32)
0 Favorites   0 Comments

Color spaces of #fbe020

RGB 25122432
HSL0.150.960.55
HSV53°87°98°
CMYK 0.000.110.87   0.02
XYZ66.700073.924812.1199
Yxy73.92480.43670.4840
Hunter Lab85.9795-11.989951.8280
CIE-Lab88.8869-7.775584.6319

#fbe020 color RGB value is (251,224,32).

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

The process color (four color CMYK) of #fbe020 color hex is 0.00, 0.11, 0.87, 0.02. Web safe color of #fbe020 is #ffcc33. Color #fbe020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 00100000
Octal 373 340 40
Decimal 251 224 32
Hex FB E0 20

RGB Percentages of Color #fbe020

%49.51
%44.18
%6.31

CMYK Percentages of Color #fbe020

%0
%11
%87
%2

Triadic Colors of #fbe020

#fbe020 #20fbe0 #e020fb

Analogous Colors of #fbe020

#fbe020 #a9fb20 #fb7320

Monochromatic Colors of #fbe020

#fbe020

Complementary Color

#fbe020 #203bfb

#fbe020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe020 Color CSS Codes

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

#fbe020 Text Font Color

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

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


#fbe020 Background Color

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

This div background color is #fbe020


#fbe020 Border Color

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

This div border color is #fbe020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,224,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 #fbe020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe020


Comments

No comments written yet.

Please login to write comment.