Color Hex Logo

#fbfd07 Color Hex

#FBFD07
(251,253,7)
0 Favorites   0 Comments

Color spaces of #fbfd07

RGB 2512537
HSL0.170.980.51
HSV60°97°99°
CMYK 0.010.000.97   0.01
XYZ74.947390.775113.7722
Yxy90.77510.41750.5057
Hunter Lab95.2760-26.318858.1228
CIE-Lab96.3174-22.196993.2559

#fbfd07 color RGB value is (251,253,7).

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

The process color (four color CMYK) of #fbfd07 color hex is 0.01, 0.00, 0.97, 0.01. Web safe color of #fbfd07 is #ffff00. Color #fbfd07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 00000111
Octal 373 375 7
Decimal 251 253 7
Hex FB FD 7

RGB Percentages of Color #fbfd07

%49.12
%49.51
%1.37

CMYK Percentages of Color #fbfd07

%1
%0
%97
%1

Triadic Colors of #fbfd07

#fbfd07 #07fbfd #fd07fb

Analogous Colors of #fbfd07

#fbfd07 #80fd07 #fd8407

Monochromatic Colors of #fbfd07

#fbfd07

Complementary Color

#fbfd07 #0907fd

#fbfd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfd07 Color CSS Codes

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

#fbfd07 Text Font Color

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

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


#fbfd07 Background Color

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

This div background color is #fbfd07


#fbfd07 Border Color

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

This div border color is #fbfd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfd07


Comments

No comments written yet.

Please login to write comment.