Color Hex Logo

#fba57d Color Hex

#FBA57D
(251,165,125)
0 Favorites   0 Comments

Color spaces of #fba57d

RGB 251165125
HSL0.050.940.74
HSV19°50°98°
CMYK 0.000.340.50   0.02
XYZ56.940548.900225.8396
Yxy48.90020.43240.3714
Hunter Lab69.928722.971227.0416
CIE-Lab75.389227.581133.7435

#fba57d color RGB value is (251,165,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01111101
Octal 373 245 175
Decimal 251 165 125
Hex FB A5 7D

RGB Percentages of Color #fba57d

%46.40
%30.50
%23.11

CMYK Percentages of Color #fba57d

%0
%34
%50
%2

Triadic Colors of #fba57d

#fba57d #7dfba5 #a57dfb

Analogous Colors of #fba57d

#fba57d #fbe47d #fb7d94

Monochromatic Colors of #fba57d

#fba57d

Complementary Color

#fba57d #7dd3fb

#fba57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba57d Color CSS Codes

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

#fba57d Text Font Color

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

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


#fba57d Background Color

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

This div background color is #fba57d


#fba57d Border Color

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

This div border color is #fba57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba57d


Comments

No comments written yet.

Please login to write comment.