Color Hex Logo

#fbe21e Color Hex

#FBE21E
(251,226,30)
0 Favorites   0 Comments

Color spaces of #fbe21e

RGB 25122630
HSL0.150.970.55
HSV53°88°98°
CMYK 0.000.100.88   0.02
XYZ67.214474.995712.1613
Yxy74.99570.43540.4858
Hunter Lab86.6001-13.007852.2939
CIE-Lab89.3910-8.808885.3915

#fbe21e color RGB value is (251,226,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 00011110
Octal 373 342 36
Decimal 251 226 30
Hex FB E2 1E

RGB Percentages of Color #fbe21e

%49.51
%44.58
%5.92

CMYK Percentages of Color #fbe21e

%0
%10
%88
%2

Triadic Colors of #fbe21e

#fbe21e #1efbe2 #e21efb

Analogous Colors of #fbe21e

#fbe21e #a6fb1e #fb741e

Monochromatic Colors of #fbe21e

#fbe21e

Complementary Color

#fbe21e #1e37fb

#fbe21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe21e Color CSS Codes

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

#fbe21e Text Font Color

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

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


#fbe21e Background Color

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

This div background color is #fbe21e


#fbe21e Border Color

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

This div border color is #fbe21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe21e

Related Colors


Comments

No comments written yet.

Please login to write comment.