Color Hex Logo

#facc35 Color Hex

#FACC35
(250,204,53)
0 Favorites   0 Comments

Color spaces of #facc35

RGB 25020453
HSL0.130.950.59
HSV46°79°98°
CMYK 0.000.180.79   0.02
XYZ61.659863.766812.4266
Yxy63.76680.44730.4626
Hunter Lab79.8541-1.914946.6714
CIE-Lab83.84422.474275.1327

#facc35 color RGB value is (250,204,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 00110101
Octal 372 314 65
Decimal 250 204 53
Hex FA CC 35

RGB Percentages of Color #facc35

%49.31
%40.24
%10.45

CMYK Percentages of Color #facc35

%0
%18
%79
%2

Triadic Colors of #facc35

#facc35 #35facc #cc35fa

Analogous Colors of #facc35

#facc35 #c6fa35 #fa6a35

Monochromatic Colors of #facc35

#facc35

Complementary Color

#facc35 #3563fa

#facc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc35 Color CSS Codes

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

#facc35 Text Font Color

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

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


#facc35 Background Color

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

This div background color is #facc35


#facc35 Border Color

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

This div border color is #facc35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,204,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 #facc35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc35


Comments

No comments written yet.

Please login to write comment.