Color Hex Logo

#fbba70 Color Hex

#FBBA70
(251,186,112)
0 Favorites   0 Comments

Color spaces of #fbba70

RGB 251186112
HSL0.090.950.71
HSV32°55°98°
CMYK 0.000.260.55   0.02
XYZ60.267256.796923.1157
Yxy56.79690.42990.4052
Hunter Lab75.363710.857234.5691
CIE-Lab80.065215.479546.3191

#fbba70 color RGB value is (251,186,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 01110000
Octal 373 272 160
Decimal 251 186 112
Hex FB BA 70

RGB Percentages of Color #fbba70

%45.72
%33.88
%20.40

CMYK Percentages of Color #fbba70

%0
%26
%55
%2

Triadic Colors of #fbba70

#fbba70 #70fbba #ba70fb

Analogous Colors of #fbba70

#fbba70 #f7fb70 #fb7570

Monochromatic Colors of #fbba70

#fbba70

Complementary Color

#fbba70 #70b1fb

#fbba70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba70 Color CSS Codes

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

#fbba70 Text Font Color

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

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


#fbba70 Background Color

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

This div background color is #fbba70


#fbba70 Border Color

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

This div border color is #fbba70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba70

Related Colors


Comments

No comments written yet.

Please login to write comment.