Color Hex Logo

#fbdb7b Color Hex

#FBDB7B
(251,219,123)
0 Favorites   0 Comments

Color spaces of #fbdb7b

RGB 251219123
HSL0.130.940.73
HSV45°51°98°
CMYK 0.000.130.51   0.02
XYZ68.690372.602329.1322
Yxy72.60230.40310.4260
Hunter Lab85.2070-5.213039.3737
CIE-Lab88.2577-0.687050.8799

#fbdb7b color RGB value is (251,219,123).

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

The process color (four color CMYK) of #fbdb7b color hex is 0.00, 0.13, 0.51, 0.02. Web safe color of #fbdb7b is #ffcc66. Color #fbdb7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01111011
Octal 373 333 173
Decimal 251 219 123
Hex FB DB 7B

RGB Percentages of Color #fbdb7b

%42.33
%36.93
%20.74

CMYK Percentages of Color #fbdb7b

%0
%13
%51
%2

Triadic Colors of #fbdb7b

#fbdb7b #7bfbdb #db7bfb

Analogous Colors of #fbdb7b

#fbdb7b #dbfb7b #fb9b7b

Monochromatic Colors of #fbdb7b

#fbdb7b

Complementary Color

#fbdb7b #7b9bfb

#fbdb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb7b Color CSS Codes

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

#fbdb7b Text Font Color

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

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


#fbdb7b Background Color

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

This div background color is #fbdb7b


#fbdb7b Border Color

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

This div border color is #fbdb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb7b

#fbdb7b Color Palettes


Comments

No comments written yet.

Please login to write comment.