Color Hex Logo

#fba56b Color Hex

#FBA56B
(251,165,107)
0 Favorites   0 Comments

Color spaces of #fba56b

RGB 251165107
HSL0.070.950.70
HSV24°57°98°
CMYK 0.000.340.57   0.02
XYZ55.892648.481020.3218
Yxy48.48100.44820.3888
Hunter Lab69.628321.437531.4354
CIE-Lab75.127326.108242.8201

#fba56b color RGB value is (251,165,107).

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

The process color (four color CMYK) of #fba56b color hex is 0.00, 0.34, 0.57, 0.02. Web safe color of #fba56b is #ff9966. Color #fba56b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01101011
Octal 373 245 153
Decimal 251 165 107
Hex FB A5 6B

RGB Percentages of Color #fba56b

%47.99
%31.55
%20.46

CMYK Percentages of Color #fba56b

%0
%34
%57
%2

Triadic Colors of #fba56b

#fba56b #6bfba5 #a56bfb

Analogous Colors of #fba56b

#fba56b #fbed6b #fb6b79

Monochromatic Colors of #fba56b

#fba56b

Complementary Color

#fba56b #6bc1fb

#fba56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba56b Color CSS Codes

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

#fba56b Text Font Color

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

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


#fba56b Background Color

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

This div background color is #fba56b


#fba56b Border Color

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

This div border color is #fba56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba56b


Comments

No comments written yet.

Please login to write comment.