Color Hex Logo

#fbe146 Color Hex

#FBE146
(251,225,70)
0 Favorites   0 Comments

Color spaces of #fbe146

RGB 25122570
HSL0.140.960.63
HSV51°72°98°
CMYK 0.000.100.72   0.02
XYZ67.814474.801916.6584
Yxy74.80190.42580.4696
Hunter Lab86.4881-11.394249.1219
CIE-Lab89.3001-7.095674.5838

#fbe146 color RGB value is (251,225,70).

#fbe146 hex color red value is 251, green value is 225 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #fbe146 hue: 0.14 , saturation: 0.96 and the lightness value of fbe146 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 01000110
Octal 373 341 106
Decimal 251 225 70
Hex FB E1 46

RGB Percentages of Color #fbe146

%45.97
%41.21
%12.82

CMYK Percentages of Color #fbe146

%0
%10
%72
%2

Triadic Colors of #fbe146

#fbe146 #46fbe1 #e146fb

Analogous Colors of #fbe146

#fbe146 #bbfb46 #fb8746

Monochromatic Colors of #fbe146

#fbe146

Complementary Color

#fbe146 #4660fb

#fbe146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe146 Color CSS Codes

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

#fbe146 Text Font Color

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

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


#fbe146 Background Color

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

This div background color is #fbe146


#fbe146 Border Color

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

This div border color is #fbe146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe146


Comments

No comments written yet.

Please login to write comment.