Color Hex Logo

#fbc708 Color Hex

#FBC708
(251,199,8)
0 Favorites   0 Comments

Color spaces of #fbc708

RGB 2511998
HSL0.130.970.51
HSV47°97°98°
CMYK 0.000.210.97   0.02
XYZ60.250961.37368.9005
Yxy61.37360.46160.4702
Hunter Lab78.34130.183948.1029
CIE-Lab82.57924.604883.1651

#fbc708 color RGB value is (251,199,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 00001000
Octal 373 307 10
Decimal 251 199 8
Hex FB C7 8

RGB Percentages of Color #fbc708

%54.80
%43.45
%1.75

CMYK Percentages of Color #fbc708

%0
%21
%97
%2

Triadic Colors of #fbc708

#fbc708 #08fbc7 #c708fb

Analogous Colors of #fbc708

#fbc708 #b6fb08 #fb4e08

Monochromatic Colors of #fbc708

#fbc708

Complementary Color

#fbc708 #083cfb

#fbc708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc708 Color CSS Codes

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

#fbc708 Text Font Color

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

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


#fbc708 Background Color

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

This div background color is #fbc708


#fbc708 Border Color

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

This div border color is #fbc708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc708

Related Colors


Comments

No comments written yet.

Please login to write comment.