Color Hex Logo

#fbe246 Color Hex

#FBE246
(251,226,70)
0 Favorites   0 Comments

Color spaces of #fbe246

RGB 25122670
HSL0.140.960.63
HSV52°72°98°
CMYK 0.000.100.72   0.02
XYZ68.085575.344116.7487
Yxy75.34410.42510.4704
Hunter Lab86.8010-11.888849.3204
CIE-Lab89.5539-7.595074.8285

#fbe246 color RGB value is (251,226,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 01000110
Octal 373 342 106
Decimal 251 226 70
Hex FB E2 46

RGB Percentages of Color #fbe246

%45.89
%41.32
%12.80

CMYK Percentages of Color #fbe246

%0
%10
%72
%2

Triadic Colors of #fbe246

#fbe246 #46fbe2 #e246fb

Analogous Colors of #fbe246

#fbe246 #bafb46 #fb8846

Monochromatic Colors of #fbe246

#fbe246

Complementary Color

#fbe246 #465ffb

#fbe246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe246 Color CSS Codes

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

#fbe246 Text Font Color

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

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


#fbe246 Background Color

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

This div background color is #fbe246


#fbe246 Border Color

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

This div border color is #fbe246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe246


Comments

No comments written yet.

Please login to write comment.