Color Hex Logo

#fbe28f Color Hex

#FBE28F
(251,226,143)
0 Favorites   0 Comments

Color spaces of #fbe28f

RGB 251226143
HSL0.130.930.77
HSV46°43°98°
CMYK 0.000.100.43   0.02
XYZ71.937976.885137.0354
Yxy76.88510.38710.4137
Hunter Lab87.6841-7.002136.3364
CIE-Lab90.2687-2.392443.6122

#fbe28f color RGB value is (251,226,143).

#fbe28f hex color red value is 251, green value is 226 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fbe28f hue: 0.13 , saturation: 0.93 and the lightness value of fbe28f is 0.77.

The process color (four color CMYK) of #fbe28f color hex is 0.00, 0.10, 0.43, 0.02. Web safe color of #fbe28f is #ffcc99. Color #fbe28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10001111
Octal 373 342 217
Decimal 251 226 143
Hex FB E2 8F

RGB Percentages of Color #fbe28f

%40.48
%36.45
%23.06

CMYK Percentages of Color #fbe28f

%0
%10
%43
%2

Triadic Colors of #fbe28f

#fbe28f #8ffbe2 #e28ffb

Analogous Colors of #fbe28f

#fbe28f #defb8f #fbac8f

Monochromatic Colors of #fbe28f

#fbe28f

Complementary Color

#fbe28f #8fa8fb

#fbe28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe28f Color CSS Codes

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

#fbe28f Text Font Color

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

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


#fbe28f Background Color

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

This div background color is #fbe28f


#fbe28f Border Color

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

This div border color is #fbe28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe28f

Related Colors


Comments

No comments written yet.

Please login to write comment.