Color Hex Logo

#fbd008 Color Hex

#FBD008
(251,208,8)
0 Favorites   0 Comments

Color spaces of #fbd008

RGB 2512088
HSL0.140.970.51
HSV49°97°98°
CMYK 0.000.170.97   0.02
XYZ62.383465.63859.6113
Yxy65.63850.45330.4769
Hunter Lab81.0176-4.336149.6786
CIE-Lab84.8117-0.009384.7625

#fbd008 color RGB value is (251,208,8).

#fbd008 hex color red value is 251, green value is 208 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fbd008 hue: 0.14 , saturation: 0.97 and the lightness value of fbd008 is 0.51.

The process color (four color CMYK) of #fbd008 color hex is 0.00, 0.17, 0.97, 0.02. Web safe color of #fbd008 is #ffcc00. Color #fbd008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00001000
Octal 373 320 10
Decimal 251 208 8
Hex FB D0 8

RGB Percentages of Color #fbd008

%53.75
%44.54
%1.71

CMYK Percentages of Color #fbd008

%0
%17
%97
%2

Triadic Colors of #fbd008

#fbd008 #08fbd0 #d008fb

Analogous Colors of #fbd008

#fbd008 #adfb08 #fb5708

Monochromatic Colors of #fbd008

#fbd008

Complementary Color

#fbd008 #0833fb

#fbd008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd008 Color CSS Codes

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

#fbd008 Text Font Color

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

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


#fbd008 Background Color

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

This div background color is #fbd008


#fbd008 Border Color

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

This div border color is #fbd008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd008


Comments

No comments written yet.

Please login to write comment.