Color Hex Logo

#fbbc45 Color Hex

#FBBC45
(251,188,69)
0 Favorites   0 Comments

Color spaces of #fbbc45

RGB 25118869
HSL0.110.960.63
HSV39°73°98°
CMYK 0.000.250.73   0.02
XYZ58.841156.905313.5128
Yxy56.90530.45520.4402
Hunter Lab75.43567.220842.1843
CIE-Lab80.126311.801065.9745

#fbbc45 color RGB value is (251,188,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 01000101
Octal 373 274 105
Decimal 251 188 69
Hex FB BC 45

RGB Percentages of Color #fbbc45

%49.41
%37.01
%13.58

CMYK Percentages of Color #fbbc45

%0
%25
%73
%2

Triadic Colors of #fbbc45

#fbbc45 #45fbbc #bc45fb

Analogous Colors of #fbbc45

#fbbc45 #dffb45 #fb6145

Monochromatic Colors of #fbbc45

#fbbc45

Complementary Color

#fbbc45 #4584fb

#fbbc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc45 Color CSS Codes

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

#fbbc45 Text Font Color

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

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


#fbbc45 Background Color

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

This div background color is #fbbc45


#fbbc45 Border Color

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

This div border color is #fbbc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc45

Related Colors


Comments

No comments written yet.

Please login to write comment.