Color Hex Logo

#facb35 Color Hex

#FACB35
(250,203,53)
0 Favorites   0 Comments

Color spaces of #facb35

RGB 25020353
HSL0.130.950.59
HSV46°79°98°
CMYK 0.000.190.79   0.02
XYZ61.422963.292912.3476
Yxy63.29290.44810.4618
Hunter Lab79.5568-1.411246.4877
CIE-Lab83.59632.988074.9113

#facb35 color RGB value is (250,203,53).

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

The process color (four color CMYK) of #facb35 color hex is 0.00, 0.19, 0.79, 0.02. Web safe color of #facb35 is #ffcc33. Color #facb35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 00110101
Octal 372 313 65
Decimal 250 203 53
Hex FA CB 35

RGB Percentages of Color #facb35

%49.41
%40.12
%10.47

CMYK Percentages of Color #facb35

%0
%19
%79
%2

Triadic Colors of #facb35

#facb35 #35facb #cb35fa

Analogous Colors of #facb35

#facb35 #c7fa35 #fa6935

Monochromatic Colors of #facb35

#facb35

Complementary Color

#facb35 #3564fa

#facb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb35 Color CSS Codes

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

#facb35 Text Font Color

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

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


#facb35 Background Color

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

This div background color is #facb35


#facb35 Border Color

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

This div border color is #facb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb35


Comments

No comments written yet.

Please login to write comment.