Color Hex Logo

#facb54 Color Hex

#FACB54
(250,203,84)
0 Favorites   0 Comments

Color spaces of #facb54

RGB 25020384
HSL0.120.940.65
HSV43°66°98°
CMYK 0.000.190.66   0.02
XYZ62.380563.676017.3904
Yxy63.67600.43490.4439
Hunter Lab79.7972-0.105042.9369
CIE-Lab83.79684.358563.5509

#facb54 color RGB value is (250,203,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 01010100
Octal 372 313 124
Decimal 250 203 84
Hex FA CB 54

RGB Percentages of Color #facb54

%46.55
%37.80
%15.64

CMYK Percentages of Color #facb54

%0
%19
%66
%2

Triadic Colors of #facb54

#facb54 #54facb #cb54fa

Analogous Colors of #facb54

#facb54 #d6fa54 #fa7854

Monochromatic Colors of #facb54

#facb54

Complementary Color

#facb54 #5483fa

#facb54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb54 Color CSS Codes

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

#facb54 Text Font Color

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

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


#facb54 Background Color

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

This div background color is #facb54


#facb54 Border Color

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

This div border color is #facb54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb54


Comments

No comments written yet.

Please login to write comment.