Color Hex Logo

#fbe880 Color Hex

#FBE880
(251,232,128)
0 Favorites   0 Comments

Color spaces of #fbe880

RGB 251232128
HSL0.140.940.74
HSV51°49°98°
CMYK 0.000.080.49   0.02
XYZ72.536679.781031.9983
Yxy79.78100.39350.4328
Hunter Lab89.3202-11.351241.2839
CIE-Lab91.5865-6.812052.5244

#fbe880 color RGB value is (251,232,128).

#fbe880 hex color red value is 251, green value is 232 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fbe880 hue: 0.14 , saturation: 0.94 and the lightness value of fbe880 is 0.74.

The process color (four color CMYK) of #fbe880 color hex is 0.00, 0.08, 0.49, 0.02. Web safe color of #fbe880 is #ffff99. Color #fbe880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 10000000
Octal 373 350 200
Decimal 251 232 128
Hex FB E8 80

RGB Percentages of Color #fbe880

%41.08
%37.97
%20.95

CMYK Percentages of Color #fbe880

%0
%8
%49
%2

Triadic Colors of #fbe880

#fbe880 #80fbe8 #e880fb

Analogous Colors of #fbe880

#fbe880 #d1fb80 #fbab80

Monochromatic Colors of #fbe880

#fbe880

Complementary Color

#fbe880 #8093fb

#fbe880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe880 Color CSS Codes

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

#fbe880 Text Font Color

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

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


#fbe880 Background Color

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

This div background color is #fbe880


#fbe880 Border Color

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

This div border color is #fbe880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe880

Related Colors


Comments

No comments written yet.

Please login to write comment.