Color Hex Logo

#fbd908 Color Hex

#FBD908
(251,217,8)
0 Favorites   0 Comments

Color spaces of #fbd908

RGB 2512178
HSL0.140.970.51
HSV52°97°98°
CMYK 0.000.140.97   0.02
XYZ64.640370.152510.3636
Yxy70.15250.44530.4833
Hunter Lab83.7571-8.815951.2938
CIE-Lab87.0716-4.572386.3937

#fbd908 color RGB value is (251,217,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00001000
Octal 373 331 10
Decimal 251 217 8
Hex FB D9 8

RGB Percentages of Color #fbd908

%52.73
%45.59
%1.68

CMYK Percentages of Color #fbd908

%0
%14
%97
%2

Triadic Colors of #fbd908

#fbd908 #08fbd9 #d908fb

Analogous Colors of #fbd908

#fbd908 #a4fb08 #fb6008

Monochromatic Colors of #fbd908

#fbd908

Complementary Color

#fbd908 #082afb

#fbd908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd908 Color CSS Codes

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

#fbd908 Text Font Color

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

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


#fbd908 Background Color

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

This div background color is #fbd908


#fbd908 Border Color

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

This div border color is #fbd908


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,217,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 #fbd908">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd908


Comments

No comments written yet.

Please login to write comment.