Color Hex Logo

#faba78 Color Hex

#FABA78
(250,186,120)
0 Favorites   0 Comments

Color spaces of #faba78

RGB 250186120
HSL0.080.930.73
HSV30°52°98°
CMYK 0.000.260.52   0.02
XYZ60.373456.797925.5504
Yxy56.79790.42300.3980
Hunter Lab75.364411.106332.6543
CIE-Lab80.065815.729342.2702

#faba78 color RGB value is (250,186,120).

#faba78 hex color red value is 250, green value is 186 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #faba78 hue: 0.08 , saturation: 0.93 and the lightness value of faba78 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 01111000
Octal 372 272 170
Decimal 250 186 120
Hex FA BA 78

RGB Percentages of Color #faba78

%44.96
%33.45
%21.58

CMYK Percentages of Color #faba78

%0
%26
%52
%2

Triadic Colors of #faba78

#faba78 #78faba #ba78fa

Analogous Colors of #faba78

#faba78 #f9fa78 #fa7978

Monochromatic Colors of #faba78

#faba78

Complementary Color

#faba78 #78b8fa

#faba78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba78 Color CSS Codes

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

#faba78 Text Font Color

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

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


#faba78 Background Color

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

This div background color is #faba78


#faba78 Border Color

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

This div border color is #faba78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba78

Related Colors


Comments

No comments written yet.

Please login to write comment.