Color Hex Logo

#fab055 Color Hex

#FAB055
(250,176,85)
0 Favorites   0 Comments

Color spaces of #fab055

RGB 25017685
HSL0.090.940.66
HSV33°66°98°
CMYK 0.000.300.66   0.02
XYZ56.589452.030515.6546
Yxy52.03050.45540.4187
Hunter Lab72.132213.806237.6250
CIE-Lab77.299118.480856.0856

#fab055 color RGB value is (250,176,85).

#fab055 hex color red value is 250, green value is 176 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fab055 hue: 0.09 , saturation: 0.94 and the lightness value of fab055 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01010101
Octal 372 260 125
Decimal 250 176 85
Hex FA B0 55

RGB Percentages of Color #fab055

%48.92
%34.44
%16.63

CMYK Percentages of Color #fab055

%0
%30
%66
%2

Triadic Colors of #fab055

#fab055 #55fab0 #b055fa

Analogous Colors of #fab055

#fab055 #f2fa55 #fa5e55

Monochromatic Colors of #fab055

#fab055

Complementary Color

#fab055 #559ffa

#fab055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab055 Color CSS Codes

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

#fab055 Text Font Color

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

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


#fab055 Background Color

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

This div background color is #fab055


#fab055 Border Color

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

This div border color is #fab055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab055

Related Colors


Comments

No comments written yet.

Please login to write comment.