Color Hex Logo

#fbdb55 Color Hex

#FBDB55
(251,219,85)
0 Favorites   0 Comments

Color spaces of #fbdb55

RGB 25121985
HSL0.130.950.66
HSV48°66°98°
CMYK 0.000.130.66   0.02
XYZ66.754971.828118.9402
Yxy71.82810.42380.4560
Hunter Lab84.7515-7.718746.0759
CIE-Lab87.8858-3.338367.4687

#fbdb55 color RGB value is (251,219,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01010101
Octal 373 333 125
Decimal 251 219 85
Hex FB DB 55

RGB Percentages of Color #fbdb55

%45.23
%39.46
%15.32

CMYK Percentages of Color #fbdb55

%0
%13
%66
%2

Triadic Colors of #fbdb55

#fbdb55 #55fbdb #db55fb

Analogous Colors of #fbdb55

#fbdb55 #c8fb55 #fb8855

Monochromatic Colors of #fbdb55

#fbdb55

Complementary Color

#fbdb55 #5575fb

#fbdb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb55 Color CSS Codes

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

#fbdb55 Text Font Color

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

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


#fbdb55 Background Color

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

This div background color is #fbdb55


#fbdb55 Border Color

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

This div border color is #fbdb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb55


Comments

No comments written yet.

Please login to write comment.