Color Hex Logo

#fbdb26 Color Hex

#FBDB26
(251,219,38)
0 Favorites   0 Comments

Color spaces of #fbdb26

RGB 25121938
HSL0.140.960.57
HSV51°85°98°
CMYK 0.000.130.85   0.02
XYZ65.465071.312212.1480
Yxy71.31220.43960.4788
Hunter Lab84.4466-9.404050.5835
CIE-Lab87.6365-5.145082.4016

#fbdb26 color RGB value is (251,219,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 00100110
Octal 373 333 46
Decimal 251 219 38
Hex FB DB 26

RGB Percentages of Color #fbdb26

%49.41
%43.11
%7.48

CMYK Percentages of Color #fbdb26

%0
%13
%85
%2

Triadic Colors of #fbdb26

#fbdb26 #26fbdb #db26fb

Analogous Colors of #fbdb26

#fbdb26 #b1fb26 #fb7126

Monochromatic Colors of #fbdb26

#fbdb26

Complementary Color

#fbdb26 #2646fb

#fbdb26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb26 Color CSS Codes

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

#fbdb26 Text Font Color

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

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


#fbdb26 Background Color

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

This div background color is #fbdb26


#fbdb26 Border Color

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

This div border color is #fbdb26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb26

Related Colors


Comments

No comments written yet.

Please login to write comment.