Color Hex Logo

#fbe946 Color Hex

#FBE946
(251,233,70)
0 Favorites   0 Comments

Color spaces of #fbe946

RGB 25123370
HSL0.150.960.63
HSV54°72°98°
CMYK 0.000.070.72   0.02
XYZ70.028179.229317.3963
Yxy79.22930.42020.4754
Hunter Lab89.0108-15.336550.7199
CIE-Lab91.3379-11.069776.5406

#fbe946 color RGB value is (251,233,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 01000110
Octal 373 351 106
Decimal 251 233 70
Hex FB E9 46

RGB Percentages of Color #fbe946

%45.31
%42.06
%12.64

CMYK Percentages of Color #fbe946

%0
%7
%72
%2

Triadic Colors of #fbe946

#fbe946 #46fbe9 #e946fb

Analogous Colors of #fbe946

#fbe946 #b3fb46 #fb8f46

Monochromatic Colors of #fbe946

#fbe946

Complementary Color

#fbe946 #4658fb

#fbe946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe946 Color CSS Codes

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

#fbe946 Text Font Color

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

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


#fbe946 Background Color

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

This div background color is #fbe946


#fbe946 Border Color

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

This div border color is #fbe946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe946


Comments

No comments written yet.

Please login to write comment.