Color Hex Logo

#fbcb01 Color Hex

#FBCB01
(251,203,1)
0 Favorites   0 Comments

Color spaces of #fbcb01

RGB 2512031
HSL0.130.990.49
HSV48°100°98°
CMYK 0.000.191.00   0.02
XYZ61.145163.22339.0093
Yxy63.22330.45840.4740
Hunter Lab79.5131-1.882448.9413
CIE-Lab83.55972.492784.5035

#fbcb01 color RGB value is (251,203,1).

#fbcb01 hex color red value is 251, green value is 203 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fbcb01 hue: 0.13 , saturation: 0.99 and the lightness value of fbcb01 is 0.49.

The process color (four color CMYK) of #fbcb01 color hex is 0.00, 0.19, 1.00, 0.02. Web safe color of #fbcb01 is #ffcc00. Color #fbcb01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 00000001
Octal 373 313 1
Decimal 251 203 1
Hex FB CB 1

RGB Percentages of Color #fbcb01

%55.16
%44.62
%0.22

CMYK Percentages of Color #fbcb01

%0
%19
%100
%2

Triadic Colors of #fbcb01

#fbcb01 #01fbcb #cb01fb

Analogous Colors of #fbcb01

#fbcb01 #aefb01 #fb4e01

Monochromatic Colors of #fbcb01

#fbcb01

Complementary Color

#fbcb01 #0131fb

#fbcb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb01 Color CSS Codes

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

#fbcb01 Text Font Color

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

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


#fbcb01 Background Color

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

This div background color is #fbcb01


#fbcb01 Border Color

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

This div border color is #fbcb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb01


Comments

No comments written yet.

Please login to write comment.