Color Hex Logo

#fbe256 Color Hex

#FBE256
(251,226,86)
0 Favorites   0 Comments

Color spaces of #fbe256

RGB 25122686
HSL0.140.950.66
HSV51°66°98°
CMYK 0.000.100.66   0.02
XYZ68.659775.573819.7726
Yxy75.57380.41860.4608
Hunter Lab86.9332-11.154147.3680
CIE-Lab89.6611-6.802868.9174

#fbe256 color RGB value is (251,226,86).

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

The process color (four color CMYK) of #fbe256 color hex is 0.00, 0.10, 0.66, 0.02. Web safe color of #fbe256 is #ffcc66. Color #fbe256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 01010110
Octal 373 342 126
Decimal 251 226 86
Hex FB E2 56

RGB Percentages of Color #fbe256

%44.58
%40.14
%15.28

CMYK Percentages of Color #fbe256

%0
%10
%66
%2

Triadic Colors of #fbe256

#fbe256 #56fbe2 #e256fb

Analogous Colors of #fbe256

#fbe256 #c2fb56 #fb9056

Monochromatic Colors of #fbe256

#fbe256

Complementary Color

#fbe256 #566ffb

#fbe256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe256 Color CSS Codes

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

#fbe256 Text Font Color

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

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


#fbe256 Background Color

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

This div background color is #fbe256


#fbe256 Border Color

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

This div border color is #fbe256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe256

Related Colors


Comments

No comments written yet.

Please login to write comment.