Color Hex Logo

#fbdb6c Color Hex

#FBDB6C
(251,219,108)
0 Favorites   0 Comments

Color spaces of #fbdb6c

RGB 251219108
HSL0.130.950.70
HSV47°57°98°
CMYK 0.000.130.57   0.02
XYZ67.822072.255024.5594
Yxy72.25500.41200.4389
Hunter Lab85.0029-6.333942.3717
CIE-Lab88.0912-1.868057.7231

#fbdb6c color RGB value is (251,219,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01101100
Octal 373 333 154
Decimal 251 219 108
Hex FB DB 6C

RGB Percentages of Color #fbdb6c

%43.43
%37.89
%18.69

CMYK Percentages of Color #fbdb6c

%0
%13
%57
%2

Triadic Colors of #fbdb6c

#fbdb6c #6cfbdb #db6cfb

Analogous Colors of #fbdb6c

#fbdb6c #d4fb6c #fb946c

Monochromatic Colors of #fbdb6c

#fbdb6c

Complementary Color

#fbdb6c #6c8cfb

#fbdb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb6c Color CSS Codes

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

#fbdb6c Text Font Color

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

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


#fbdb6c Background Color

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

This div background color is #fbdb6c


#fbdb6c Border Color

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

This div border color is #fbdb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb6c


Comments

No comments written yet.

Please login to write comment.