Color Hex Logo

#faba3d Color Hex

#FABA3D
(250,186,61)
0 Favorites   0 Comments

Color spaces of #faba3d

RGB 25018661
HSL0.110.950.61
HSV40°76°98°
CMYK 0.000.260.76   0.02
XYZ57.825655.778712.1335
Yxy55.77870.45990.4436
Hunter Lab74.68517.506142.6472
CIE-Lab79.487712.087968.3903

#faba3d color RGB value is (250,186,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 00111101
Octal 372 272 75
Decimal 250 186 61
Hex FA BA 3D

RGB Percentages of Color #faba3d

%50.30
%37.42
%12.27

CMYK Percentages of Color #faba3d

%0
%26
%76
%2

Triadic Colors of #faba3d

#faba3d #3dfaba #ba3dfa

Analogous Colors of #faba3d

#faba3d #dcfa3d #fa5c3d

Monochromatic Colors of #faba3d

#faba3d

Complementary Color

#faba3d #3d7dfa

#faba3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba3d Color CSS Codes

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

#faba3d Text Font Color

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

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


#faba3d Background Color

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

This div background color is #faba3d


#faba3d Border Color

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

This div border color is #faba3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba3d


Comments

No comments written yet.

Please login to write comment.