Color Hex Logo

#facb57 Color Hex

#FACB57
(250,203,87)
0 Favorites   0 Comments

Color spaces of #facb57

RGB 25020387
HSL0.120.940.66
HSV43°65°98°
CMYK 0.000.190.65   0.02
XYZ62.500663.724018.0226
Yxy63.72400.43330.4418
Hunter Lab79.82730.058342.4932
CIE-Lab83.82194.529162.2948

#facb57 color RGB value is (250,203,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 01010111
Octal 372 313 127
Decimal 250 203 87
Hex FA CB 57

RGB Percentages of Color #facb57

%46.30
%37.59
%16.11

CMYK Percentages of Color #facb57

%0
%19
%65
%2

Triadic Colors of #facb57

#facb57 #57facb #cb57fa

Analogous Colors of #facb57

#facb57 #d8fa57 #fa7a57

Monochromatic Colors of #facb57

#facb57

Complementary Color

#facb57 #5786fa

#facb57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb57 Color CSS Codes

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

#facb57 Text Font Color

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

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


#facb57 Background Color

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

This div background color is #facb57


#facb57 Border Color

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

This div border color is #facb57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb57


Comments

No comments written yet.

Please login to write comment.