Color Hex Logo

#fbdb4b Color Hex

#FBDB4B
(251,219,75)
0 Favorites   0 Comments

Color spaces of #fbdb4b

RGB 25121975
HSL0.140.960.64
HSV49°70°98°
CMYK 0.000.130.70   0.02
XYZ66.385271.680316.9934
Yxy71.68030.42810.4623
Hunter Lab84.6642-8.200647.3645
CIE-Lab87.8145-3.853071.3101

#fbdb4b color RGB value is (251,219,75).

#fbdb4b hex color red value is 251, green value is 219 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fbdb4b hue: 0.14 , saturation: 0.96 and the lightness value of fbdb4b is 0.64.

The process color (four color CMYK) of #fbdb4b color hex is 0.00, 0.13, 0.70, 0.02. Web safe color of #fbdb4b is #ffcc33. Color #fbdb4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01001011
Octal 373 333 113
Decimal 251 219 75
Hex FB DB 4B

RGB Percentages of Color #fbdb4b

%46.06
%40.18
%13.76

CMYK Percentages of Color #fbdb4b

%0
%13
%70
%2

Triadic Colors of #fbdb4b

#fbdb4b #4bfbdb #db4bfb

Analogous Colors of #fbdb4b

#fbdb4b #c3fb4b #fb834b

Monochromatic Colors of #fbdb4b

#fbdb4b

Complementary Color

#fbdb4b #4b6bfb

#fbdb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb4b Color CSS Codes

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

#fbdb4b Text Font Color

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

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


#fbdb4b Background Color

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

This div background color is #fbdb4b


#fbdb4b Border Color

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

This div border color is #fbdb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb4b


Comments

No comments written yet.

Please login to write comment.