Color Hex Logo

#fbfd3b Color Hex

#FBFD3B
(251,253,59)
0 Favorites   0 Comments

Color spaces of #fbfd3b

RGB 25125359
HSL0.170.980.61
HSV61°77°99°
CMYK 0.010.000.77   0.01
XYZ75.698491.075617.7273
Yxy91.07560.41030.4936
Hunter Lab95.4335-25.421555.7900
CIE-Lab96.4412-21.192584.6553

#fbfd3b color RGB value is (251,253,59).

#fbfd3b hex color red value is 251, green value is 253 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fbfd3b hue: 0.17 , saturation: 0.98 and the lightness value of fbfd3b is 0.61.

The process color (four color CMYK) of #fbfd3b color hex is 0.01, 0.00, 0.77, 0.01. Web safe color of #fbfd3b is #ffff33. Color #fbfd3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 00111011
Octal 373 375 73
Decimal 251 253 59
Hex FB FD 3B

RGB Percentages of Color #fbfd3b

%44.58
%44.94
%10.48

CMYK Percentages of Color #fbfd3b

%1
%0
%77
%1

Triadic Colors of #fbfd3b

#fbfd3b #3bfbfd #fd3bfb

Analogous Colors of #fbfd3b

#fbfd3b #9afd3b #fd9e3b

Monochromatic Colors of #fbfd3b

#fbfd3b

Complementary Color

#fbfd3b #3d3bfd

#fbfd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfd3b Color CSS Codes

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

#fbfd3b Text Font Color

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

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


#fbfd3b Background Color

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

This div background color is #fbfd3b


#fbfd3b Border Color

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

This div border color is #fbfd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfd3b

Related Colors


Comments

No comments written yet.

Please login to write comment.