Color Hex Logo

#facb4e Color Hex

#FACB4E
(250,203,78)
0 Favorites   0 Comments

Color spaces of #facb4e

RGB 25020378
HSL0.120.950.64
HSV44°69°98°
CMYK 0.000.190.69   0.02
XYZ62.155463.585916.2051
Yxy63.58590.43790.4480
Hunter Lab79.7408-0.411343.7695
CIE-Lab83.74974.038265.9933

#facb4e color RGB value is (250,203,78).

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

The process color (four color CMYK) of #facb4e color hex is 0.00, 0.19, 0.69, 0.02. Web safe color of #facb4e is #ffcc66. Color #facb4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 01001110
Octal 372 313 116
Decimal 250 203 78
Hex FA CB 4E

RGB Percentages of Color #facb4e

%47.08
%38.23
%14.69

CMYK Percentages of Color #facb4e

%0
%19
%69
%2

Triadic Colors of #facb4e

#facb4e #4efacb #cb4efa

Analogous Colors of #facb4e

#facb4e #d3fa4e #fa754e

Monochromatic Colors of #facb4e

#facb4e

Complementary Color

#facb4e #4e7dfa

#facb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb4e Color CSS Codes

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

#facb4e Text Font Color

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

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


#facb4e Background Color

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

This div background color is #facb4e


#facb4e Border Color

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

This div border color is #facb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb4e


Comments

No comments written yet.

Please login to write comment.