Color Hex Logo

#faba4b Color Hex

#FABA4B
(250,186,75)
0 Favorites   0 Comments

Color spaces of #faba4b

RGB 25018675
HSL0.110.950.64
HSV38°70°98°
CMYK 0.000.260.70   0.02
XYZ58.253255.949814.3857
Yxy55.94980.45300.4351
Hunter Lab74.79968.114840.9569
CIE-Lab79.585212.709262.9382

#faba4b color RGB value is (250,186,75).

#faba4b hex color red value is 250, green value is 186 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #faba4b hue: 0.11 , saturation: 0.95 and the lightness value of faba4b is 0.64.

The process color (four color CMYK) of #faba4b color hex is 0.00, 0.26, 0.70, 0.02. Web safe color of #faba4b is #ffcc33. Color #faba4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01001011
Octal 372 272 113
Decimal 250 186 75
Hex FA BA 4B

RGB Percentages of Color #faba4b

%48.92
%36.40
%14.68

CMYK Percentages of Color #faba4b

%0
%26
%70
%2

Triadic Colors of #faba4b

#faba4b #4bfaba #ba4bfa

Analogous Colors of #faba4b

#faba4b #e3fa4b #fa624b

Monochromatic Colors of #faba4b

#faba4b

Complementary Color

#faba4b #4b8bfa

#faba4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba4b Color CSS Codes

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

#faba4b Text Font Color

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

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


#faba4b Background Color

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

This div background color is #faba4b


#faba4b Border Color

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

This div border color is #faba4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba4b

Related Colors


Comments

No comments written yet.

Please login to write comment.