Color Hex Logo

#fbd880 Color Hex

#FBD880
(251,216,128)
0 Favorites   0 Comments

Color spaces of #fbd880

RGB 251216128
HSL0.120.940.74
HSV43°49°98°
CMYK 0.000.140.49   0.02
XYZ68.235871.179530.5647
Yxy71.17950.40140.4188
Hunter Lab84.3679-3.275237.5781
CIE-Lab87.57211.276147.6193

#fbd880 color RGB value is (251,216,128).

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

The process color (four color CMYK) of #fbd880 color hex is 0.00, 0.14, 0.49, 0.02. Web safe color of #fbd880 is #ffcc99. Color #fbd880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 10000000
Octal 373 330 200
Decimal 251 216 128
Hex FB D8 80

RGB Percentages of Color #fbd880

%42.18
%36.30
%21.51

CMYK Percentages of Color #fbd880

%0
%14
%49
%2

Triadic Colors of #fbd880

#fbd880 #80fbd8 #d880fb

Analogous Colors of #fbd880

#fbd880 #e1fb80 #fb9b80

Monochromatic Colors of #fbd880

#fbd880

Complementary Color

#fbd880 #80a3fb

#fbd880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd880 Color CSS Codes

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

#fbd880 Text Font Color

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

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


#fbd880 Background Color

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

This div background color is #fbd880


#fbd880 Border Color

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

This div border color is #fbd880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd880

Related Colors


Comments

No comments written yet.

Please login to write comment.