Color Hex Logo

#fbbc2a Color Hex

#FBBC2A
(251,188,42)
0 Favorites   0 Comments

Color spaces of #fbbc2a

RGB 25118842
HSL0.120.960.57
HSV42°83°98°
CMYK 0.000.250.83   0.02
XYZ58.184856.642810.0570
Yxy56.64280.46590.4536
Hunter Lab75.26146.291444.7602
CIE-Lab79.978310.848875.0733

#fbbc2a color RGB value is (251,188,42).

#fbbc2a hex color red value is 251, green value is 188 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fbbc2a hue: 0.12 , saturation: 0.96 and the lightness value of fbbc2a is 0.57.

The process color (four color CMYK) of #fbbc2a color hex is 0.00, 0.25, 0.83, 0.02. Web safe color of #fbbc2a is #ffcc33. Color #fbbc2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 00101010
Octal 373 274 52
Decimal 251 188 42
Hex FB BC 2A

RGB Percentages of Color #fbbc2a

%52.18
%39.09
%8.73

CMYK Percentages of Color #fbbc2a

%0
%25
%83
%2

Triadic Colors of #fbbc2a

#fbbc2a #2afbbc #bc2afb

Analogous Colors of #fbbc2a

#fbbc2a #d2fb2a #fb542a

Monochromatic Colors of #fbbc2a

#fbbc2a

Complementary Color

#fbbc2a #2a69fb

#fbbc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc2a Color CSS Codes

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

#fbbc2a Text Font Color

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

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


#fbbc2a Background Color

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

This div background color is #fbbc2a


#fbbc2a Border Color

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

This div border color is #fbbc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc2a

Related Colors


Comments

No comments written yet.

Please login to write comment.