Color Hex Logo

#fba17e Color Hex

#FBA17E
(251,161,126)
0 Favorites   0 Comments

Color spaces of #fba17e

RGB 251161126
HSL0.050.940.74
HSV17°50°98°
CMYK 0.000.360.50   0.02
XYZ56.294447.505325.9411
Yxy47.50530.43390.3662
Hunter Lab68.924125.174425.9318
CIE-Lab74.511829.762532.0688

#fba17e color RGB value is (251,161,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 01111110
Octal 373 241 176
Decimal 251 161 126
Hex FB A1 7E

RGB Percentages of Color #fba17e

%46.65
%29.93
%23.42

CMYK Percentages of Color #fba17e

%0
%36
%50
%2

Triadic Colors of #fba17e

#fba17e #7efba1 #a17efb

Analogous Colors of #fba17e

#fba17e #fbe07e #fb7e9a

Monochromatic Colors of #fba17e

#fba17e

Complementary Color

#fba17e #7ed8fb

#fba17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba17e Color CSS Codes

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

#fba17e Text Font Color

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

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


#fba17e Background Color

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

This div background color is #fba17e


#fba17e Border Color

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

This div border color is #fba17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba17e


Comments

No comments written yet.

Please login to write comment.