Color Hex Logo

#fbcc1f Color Hex

#FBCC1F
(251,204,31)
0 Favorites   0 Comments

Color spaces of #fbcc1f

RGB 25120431
HSL0.130.960.55
HSV47°88°98°
CMYK 0.000.190.88   0.02
XYZ61.623863.793910.3618
Yxy63.79390.45390.4698
Hunter Lab79.8711-2.054448.2180
CIE-Lab83.85832.329080.8589

#fbcc1f color RGB value is (251,204,31).

#fbcc1f hex color red value is 251, green value is 204 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fbcc1f hue: 0.13 , saturation: 0.96 and the lightness value of fbcc1f is 0.55.

The process color (four color CMYK) of #fbcc1f color hex is 0.00, 0.19, 0.88, 0.02. Web safe color of #fbcc1f is #ffcc33. Color #fbcc1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 00011111
Octal 373 314 37
Decimal 251 204 31
Hex FB CC 1F

RGB Percentages of Color #fbcc1f

%51.65
%41.98
%6.38

CMYK Percentages of Color #fbcc1f

%0
%19
%88
%2

Triadic Colors of #fbcc1f

#fbcc1f #1ffbcc #cc1ffb

Analogous Colors of #fbcc1f

#fbcc1f #bcfb1f #fb5e1f

Monochromatic Colors of #fbcc1f

#fbcc1f

Complementary Color

#fbcc1f #1f4efb

#fbcc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc1f Color CSS Codes

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

#fbcc1f Text Font Color

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

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


#fbcc1f Background Color

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

This div background color is #fbcc1f


#fbcc1f Border Color

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

This div border color is #fbcc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc1f

Related Colors


Comments

No comments written yet.

Please login to write comment.