Color Hex Logo

#faba5c Color Hex

#FABA5C
(250,186,92)
0 Favorites   0 Comments

Color spaces of #faba5c

RGB 25018692
HSL0.100.940.67
HSV36°63°98°
CMYK 0.000.260.63   0.02
XYZ58.915056.214517.8705
Yxy56.21450.44300.4227
Hunter Lab74.97639.053438.3517
CIE-Lab79.735713.662855.5596

#faba5c color RGB value is (250,186,92).

#faba5c hex color red value is 250, green value is 186 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #faba5c hue: 0.10 , saturation: 0.94 and the lightness value of faba5c is 0.67.

The process color (four color CMYK) of #faba5c color hex is 0.00, 0.26, 0.63, 0.02. Web safe color of #faba5c is #ffcc66. Color #faba5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01011100
Octal 372 272 134
Decimal 250 186 92
Hex FA BA 5C

RGB Percentages of Color #faba5c

%47.35
%35.23
%17.42

CMYK Percentages of Color #faba5c

%0
%26
%63
%2

Triadic Colors of #faba5c

#faba5c #5cfaba #ba5cfa

Analogous Colors of #faba5c

#faba5c #ebfa5c #fa6b5c

Monochromatic Colors of #faba5c

#faba5c

Complementary Color

#faba5c #5c9cfa

#faba5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba5c Color CSS Codes

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

#faba5c Text Font Color

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

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


#faba5c Background Color

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

This div background color is #faba5c


#faba5c Border Color

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

This div border color is #faba5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba5c


Comments

No comments written yet.

Please login to write comment.