Color Hex Logo

#fbb07e Color Hex

#FBB07E
(251,176,126)
0 Favorites   0 Comments

Color spaces of #fbb07e

RGB 251176126
HSL0.070.940.74
HSV24°50°98°
CMYK 0.000.300.50   0.02
XYZ59.074953.066326.8679
Yxy53.06630.42500.3817
Hunter Lab72.846617.272829.1248
CIE-Lab77.914121.899936.4756

#fbb07e color RGB value is (251,176,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 01111110
Octal 373 260 176
Decimal 251 176 126
Hex FB B0 7E

RGB Percentages of Color #fbb07e

%45.39
%31.83
%22.78

CMYK Percentages of Color #fbb07e

%0
%30
%50
%2

Triadic Colors of #fbb07e

#fbb07e #7efbb0 #b07efb

Analogous Colors of #fbb07e

#fbb07e #fbef7e #fb7e8b

Monochromatic Colors of #fbb07e

#fbb07e

Complementary Color

#fbb07e #7ec9fb

#fbb07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb07e Color CSS Codes

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

#fbb07e Text Font Color

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

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


#fbb07e Background Color

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

This div background color is #fbb07e


#fbb07e Border Color

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

This div border color is #fbb07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb07e

Related Colors


Comments

No comments written yet.

Please login to write comment.