Color Hex Logo

#fbbc72 Color Hex

#FBBC72
(251,188,114)
0 Favorites   0 Comments

Color spaces of #fbbc72

RGB 251188114
HSL0.090.940.72
HSV32°55°98°
CMYK 0.000.250.55   0.02
XYZ60.804157.690623.8503
Yxy57.69060.42720.4053
Hunter Lab75.95439.975434.5505
CIE-Lab80.566514.590845.9326

#fbbc72 color RGB value is (251,188,114).

#fbbc72 hex color red value is 251, green value is 188 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fbbc72 hue: 0.09 , saturation: 0.94 and the lightness value of fbbc72 is 0.72.

The process color (four color CMYK) of #fbbc72 color hex is 0.00, 0.25, 0.55, 0.02. Web safe color of #fbbc72 is #ffcc66. Color #fbbc72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 01110010
Octal 373 274 162
Decimal 251 188 114
Hex FB BC 72

RGB Percentages of Color #fbbc72

%45.39
%34.00
%20.61

CMYK Percentages of Color #fbbc72

%0
%25
%55
%2

Triadic Colors of #fbbc72

#fbbc72 #72fbbc #bc72fb

Analogous Colors of #fbbc72

#fbbc72 #f6fb72 #fb7872

Monochromatic Colors of #fbbc72

#fbbc72

Complementary Color

#fbbc72 #72b1fb

#fbbc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc72 Color CSS Codes

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

#fbbc72 Text Font Color

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

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


#fbbc72 Background Color

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

This div background color is #fbbc72


#fbbc72 Border Color

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

This div border color is #fbbc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc72


Comments

No comments written yet.

Please login to write comment.