Color Hex Logo

#fba770 Color Hex

#FBA770
(251,167,112)
0 Favorites   0 Comments

Color spaces of #fba770

RGB 251167112
HSL0.070.950.71
HSV24°55°98°
CMYK 0.000.330.55   0.02
XYZ56.527049.316521.8690
Yxy49.31650.44260.3862
Hunter Lab70.225720.785630.6945
CIE-Lab75.647825.443640.8876

#fba770 color RGB value is (251,167,112).

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

The process color (four color CMYK) of #fba770 color hex is 0.00, 0.33, 0.55, 0.02. Web safe color of #fba770 is #ff9966. Color #fba770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01110000
Octal 373 247 160
Decimal 251 167 112
Hex FB A7 70

RGB Percentages of Color #fba770

%47.36
%31.51
%21.13

CMYK Percentages of Color #fba770

%0
%33
%55
%2

Triadic Colors of #fba770

#fba770 #70fba7 #a770fb

Analogous Colors of #fba770

#fba770 #fbed70 #fb707f

Monochromatic Colors of #fba770

#fba770

Complementary Color

#fba770 #70c4fb

#fba770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba770 Color CSS Codes

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

#fba770 Text Font Color

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

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


#fba770 Background Color

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

This div background color is #fba770


#fba770 Border Color

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

This div border color is #fba770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba770

Related Colors


Comments

No comments written yet.

Please login to write comment.