Color Hex Logo

#fbc604 Color Hex

#FBC604
(251,198,4)
0 Favorites   0 Comments

Color spaces of #fbc604

RGB 2511984
HSL0.130.970.50
HSV47°98°98°
CMYK 0.000.210.98   0.02
XYZ59.999760.90628.7086
Yxy60.90620.46290.4699
Hunter Lab78.04240.658148.0136
CIE-Lab82.32835.088583.3609

#fbc604 color RGB value is (251,198,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 00000100
Octal 373 306 4
Decimal 251 198 4
Hex FB C6 4

RGB Percentages of Color #fbc604

%55.41
%43.71
%0.88

CMYK Percentages of Color #fbc604

%0
%21
%98
%2

Triadic Colors of #fbc604

#fbc604 #04fbc6 #c604fb

Analogous Colors of #fbc604

#fbc604 #b5fb04 #fb4b04

Monochromatic Colors of #fbc604

#fbc604

Complementary Color

#fbc604 #0439fb

#fbc604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc604 Color CSS Codes

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

#fbc604 Text Font Color

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

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


#fbc604 Background Color

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

This div background color is #fbc604


#fbc604 Border Color

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

This div border color is #fbc604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc604


Comments

No comments written yet.

Please login to write comment.