Color Hex Logo

#fbba69 Color Hex

#FBBA69
(251,186,105)
0 Favorites   0 Comments

Color spaces of #fbba69

RGB 251186105
HSL0.090.950.70
HSV33°58°98°
CMYK 0.000.260.58   0.02
XYZ59.892456.647021.1419
Yxy56.64700.43500.4114
Hunter Lab75.264210.331236.0302
CIE-Lab79.980614.951849.6707

#fbba69 color RGB value is (251,186,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 01101001
Octal 373 272 151
Decimal 251 186 105
Hex FB BA 69

RGB Percentages of Color #fbba69

%46.31
%34.32
%19.37

CMYK Percentages of Color #fbba69

%0
%26
%58
%2

Triadic Colors of #fbba69

#fbba69 #69fbba #ba69fb

Analogous Colors of #fbba69

#fbba69 #f3fb69 #fb7169

Monochromatic Colors of #fbba69

#fbba69

Complementary Color

#fbba69 #69aafb

#fbba69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba69 Color CSS Codes

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

#fbba69 Text Font Color

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

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


#fbba69 Background Color

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

This div background color is #fbba69


#fbba69 Border Color

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

This div border color is #fbba69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,186,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 #fbba69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba69

Related Colors

#fbba69 Color Palettes


Comments

No comments written yet.

Please login to write comment.