Color Hex Logo

#fbdb80 Color Hex

#FBDB80
(251,219,128)
0 Favorites   0 Comments

Color spaces of #fbdb80

RGB 251219128
HSL0.120.940.74
HSV44°49°98°
CMYK 0.000.130.49   0.02
XYZ69.011572.730830.8232
Yxy72.73080.39990.4215
Hunter Lab85.2824-4.799838.2687
CIE-Lab88.3192-0.253748.5391

#fbdb80 color RGB value is (251,219,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10000000
Octal 373 333 200
Decimal 251 219 128
Hex FB DB 80

RGB Percentages of Color #fbdb80

%41.97
%36.62
%21.40

CMYK Percentages of Color #fbdb80

%0
%13
%49
%2

Triadic Colors of #fbdb80

#fbdb80 #80fbdb #db80fb

Analogous Colors of #fbdb80

#fbdb80 #defb80 #fb9e80

Monochromatic Colors of #fbdb80

#fbdb80

Complementary Color

#fbdb80 #80a0fb

#fbdb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb80 Color CSS Codes

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

#fbdb80 Text Font Color

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

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


#fbdb80 Background Color

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

This div background color is #fbdb80


#fbdb80 Border Color

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

This div border color is #fbdb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb80


Comments

No comments written yet.

Please login to write comment.