Color Hex Logo

#fbb07a Color Hex

#FBB07A
(251,176,122)
0 Favorites   0 Comments

Color spaces of #fbb07a

RGB 251176122
HSL0.070.940.73
HSV25°51°98°
CMYK 0.000.300.51   0.02
XYZ58.821852.965025.5354
Yxy52.96500.42830.3857
Hunter Lab72.777116.912130.1408
CIE-Lab77.854321.547438.4815

#fbb07a color RGB value is (251,176,122).

#fbb07a hex color red value is 251, green value is 176 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbb07a hue: 0.07 , saturation: 0.94 and the lightness value of fbb07a is 0.73.

The process color (four color CMYK) of #fbb07a color hex is 0.00, 0.30, 0.51, 0.02. Web safe color of #fbb07a is #ff9966. Color #fbb07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 01111010
Octal 373 260 172
Decimal 251 176 122
Hex FB B0 7A

RGB Percentages of Color #fbb07a

%45.72
%32.06
%22.22

CMYK Percentages of Color #fbb07a

%0
%30
%51
%2

Triadic Colors of #fbb07a

#fbb07a #7afbb0 #b07afb

Analogous Colors of #fbb07a

#fbb07a #fbf17a #fb7a85

Monochromatic Colors of #fbb07a

#fbb07a

Complementary Color

#fbb07a #7ac5fb

#fbb07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb07a Color CSS Codes

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

#fbb07a Text Font Color

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

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


#fbb07a Background Color

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

This div background color is #fbb07a


#fbb07a Border Color

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

This div border color is #fbb07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb07a


Comments

No comments written yet.

Please login to write comment.