Color Hex Logo

#fbcb02 Color Hex

#FBCB02
(251,203,2)
0 Favorites   0 Comments

Color spaces of #fbcb02

RGB 2512032
HSL0.130.980.50
HSV48°99°98°
CMYK 0.000.190.99   0.02
XYZ61.150663.22559.0382
Yxy63.22550.45840.4739
Hunter Lab79.5145-1.874948.9208
CIE-Lab83.56092.500784.4124

#fbcb02 color RGB value is (251,203,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 00000010
Octal 373 313 2
Decimal 251 203 2
Hex FB CB 2

RGB Percentages of Color #fbcb02

%55.04
%44.52
%0.44

CMYK Percentages of Color #fbcb02

%0
%19
%99
%2

Triadic Colors of #fbcb02

#fbcb02 #02fbcb #cb02fb

Analogous Colors of #fbcb02

#fbcb02 #affb02 #fb4f02

Monochromatic Colors of #fbcb02

#fbcb02

Complementary Color

#fbcb02 #0232fb

#fbcb02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb02 Color CSS Codes

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

#fbcb02 Text Font Color

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

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


#fbcb02 Background Color

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

This div background color is #fbcb02


#fbcb02 Border Color

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

This div border color is #fbcb02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb02


Comments

No comments written yet.

Please login to write comment.