Color Hex Logo

#fba37e Color Hex

#FBA37E
(251,163,126)
0 Favorites   0 Comments

Color spaces of #fba37e

RGB 251163126
HSL0.050.940.74
HSV18°50°98°
CMYK 0.000.350.50   0.02
XYZ56.646748.210026.0585
Yxy48.21000.43270.3683
Hunter Lab69.433424.119326.3517
CIE-Lab74.957228.717032.6500

#fba37e color RGB value is (251,163,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 01111110
Octal 373 243 176
Decimal 251 163 126
Hex FB A3 7E

RGB Percentages of Color #fba37e

%46.48
%30.19
%23.33

CMYK Percentages of Color #fba37e

%0
%35
%50
%2

Triadic Colors of #fba37e

#fba37e #7efba3 #a37efb

Analogous Colors of #fba37e

#fba37e #fbe27e #fb7e98

Monochromatic Colors of #fba37e

#fba37e

Complementary Color

#fba37e #7ed6fb

#fba37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba37e Color CSS Codes

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

#fba37e Text Font Color

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

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


#fba37e Background Color

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

This div background color is #fba37e


#fba37e Border Color

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

This div border color is #fba37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba37e


Comments

No comments written yet.

Please login to write comment.