Color Hex Logo

#fba754 Color Hex

#FBA754
(251,167,84)
0 Favorites   0 Comments

Color spaces of #fba754

RGB 25116784
HSL0.080.950.66
HSV30°67°98°
CMYK 0.000.330.67   0.02
XYZ55.202648.786814.8948
Yxy48.78680.46430.4104
Hunter Lab69.847518.840736.2499
CIE-Lab75.318523.553254.3941

#fba754 color RGB value is (251,167,84).

#fba754 hex color red value is 251, green value is 167 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fba754 hue: 0.08 , saturation: 0.95 and the lightness value of fba754 is 0.66.

The process color (four color CMYK) of #fba754 color hex is 0.00, 0.33, 0.67, 0.02. Web safe color of #fba754 is #ff9966. Color #fba754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 01010100
Octal 373 247 124
Decimal 251 167 84
Hex FB A7 54

RGB Percentages of Color #fba754

%50.00
%33.27
%16.73

CMYK Percentages of Color #fba754

%0
%33
%67
%2

Triadic Colors of #fba754

#fba754 #54fba7 #a754fb

Analogous Colors of #fba754

#fba754 #fbfb54 #fb5454

Monochromatic Colors of #fba754

#fba754

Complementary Color

#fba754 #54a8fb

#fba754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba754 Color CSS Codes

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

#fba754 Text Font Color

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

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


#fba754 Background Color

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

This div background color is #fba754


#fba754 Border Color

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

This div border color is #fba754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba754


Comments

No comments written yet.

Please login to write comment.