Color Hex Logo

#fbdb64 Color Hex

#FBDB64
(251,219,100)
0 Favorites   0 Comments

Color spaces of #fbdb64

RGB 251219100
HSL0.130.950.69
HSV47°60°98°
CMYK 0.000.130.60   0.02
XYZ67.415472.092422.4186
Yxy72.09240.41630.4452
Hunter Lab84.9072-6.860743.7804
CIE-Lab88.0130-2.425861.2339

#fbdb64 color RGB value is (251,219,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01100100
Octal 373 333 144
Decimal 251 219 100
Hex FB DB 64

RGB Percentages of Color #fbdb64

%44.04
%38.42
%17.54

CMYK Percentages of Color #fbdb64

%0
%13
%60
%2

Triadic Colors of #fbdb64

#fbdb64 #64fbdb #db64fb

Analogous Colors of #fbdb64

#fbdb64 #d0fb64 #fb9064

Monochromatic Colors of #fbdb64

#fbdb64

Complementary Color

#fbdb64 #6484fb

#fbdb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb64 Color CSS Codes

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

#fbdb64 Text Font Color

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

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


#fbdb64 Background Color

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

This div background color is #fbdb64


#fbdb64 Border Color

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

This div border color is #fbdb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb64

#fbdb64 Color Palettes


Comments

No comments written yet.

Please login to write comment.