Color Hex Logo

#fbbc69 Color Hex

#FBBC69
(251,188,105)
0 Favorites   0 Comments

Color spaces of #fbbc69

RGB 251188105
HSL0.090.950.70
HSV34°58°98°
CMYK 0.000.250.58   0.02
XYZ60.316757.495621.2833
Yxy57.49560.43360.4134
Hunter Lab75.82599.295036.4362
CIE-Lab80.457513.906150.2353

#fbbc69 color RGB value is (251,188,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 01101001
Octal 373 274 151
Decimal 251 188 105
Hex FB BC 69

RGB Percentages of Color #fbbc69

%46.14
%34.56
%19.30

CMYK Percentages of Color #fbbc69

%0
%25
%58
%2

Triadic Colors of #fbbc69

#fbbc69 #69fbbc #bc69fb

Analogous Colors of #fbbc69

#fbbc69 #f1fb69 #fb7369

Monochromatic Colors of #fbbc69

#fbbc69

Complementary Color

#fbbc69 #69a8fb

#fbbc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc69 Color CSS Codes

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

#fbbc69 Text Font Color

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

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


#fbbc69 Background Color

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

This div background color is #fbbc69


#fbbc69 Border Color

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

This div border color is #fbbc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc69


Comments

No comments written yet.

Please login to write comment.