Color Hex Logo

#fabc01 Color Hex

#FABC01
(250,188,1)
0 Favorites   0 Comments

Color spaces of #fabc01

RGB 2501881
HSL0.130.990.49
HSV45°100°98°
CMYK 0.000.251.00   0.02
XYZ57.413056.29267.8683
Yxy56.29260.47220.4630
Hunter Lab75.02845.291546.3021
CIE-Lab79.78019.817681.8332

#fabc01 color RGB value is (250,188,1).

#fabc01 hex color red value is 250, green value is 188 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fabc01 hue: 0.13 , saturation: 0.99 and the lightness value of fabc01 is 0.49.

The process color (four color CMYK) of #fabc01 color hex is 0.00, 0.25, 1.00, 0.02. Web safe color of #fabc01 is #ffcc00. Color #fabc01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 00000001
Octal 372 274 1
Decimal 250 188 1
Hex FA BC 1

RGB Percentages of Color #fabc01

%56.95
%42.82
%0.23

CMYK Percentages of Color #fabc01

%0
%25
%100
%2

Triadic Colors of #fabc01

#fabc01 #01fabc #bc01fa

Analogous Colors of #fabc01

#fabc01 #bcfa01 #fa4001

Monochromatic Colors of #fabc01

#fabc01

Complementary Color

#fabc01 #013ffa

#fabc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabc01 Color CSS Codes

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

#fabc01 Text Font Color

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

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


#fabc01 Background Color

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

This div background color is #fabc01


#fabc01 Border Color

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

This div border color is #fabc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabc01

Related Colors


Comments

No comments written yet.

Please login to write comment.