Color Hex Logo

#fabc44 Color Hex

#FABC44
(250,188,68)
0 Favorites   0 Comments

Color spaces of #fabc44

RGB 25018868
HSL0.110.950.62
HSV40°73°98°
CMYK 0.000.250.73   0.02
XYZ58.450956.707813.3338
Yxy56.70780.45490.4413
Hunter Lab75.30466.767542.2150
CIE-Lab80.015011.336966.2250

#fabc44 color RGB value is (250,188,68).

#fabc44 hex color red value is 250, green value is 188 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #fabc44 hue: 0.11 , saturation: 0.95 and the lightness value of fabc44 is 0.62.

The process color (four color CMYK) of #fabc44 color hex is 0.00, 0.25, 0.73, 0.02. Web safe color of #fabc44 is #ffcc33. Color #fabc44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 01000100
Octal 372 274 104
Decimal 250 188 68
Hex FA BC 44

RGB Percentages of Color #fabc44

%49.41
%37.15
%13.44

CMYK Percentages of Color #fabc44

%0
%25
%73
%2

Triadic Colors of #fabc44

#fabc44 #44fabc #bc44fa

Analogous Colors of #fabc44

#fabc44 #ddfa44 #fa6144

Monochromatic Colors of #fabc44

#fabc44

Complementary Color

#fabc44 #4482fa

#fabc44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabc44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabc44 Color CSS Codes

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

#fabc44 Text Font Color

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

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


#fabc44 Background Color

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

This div background color is #fabc44


#fabc44 Border Color

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

This div border color is #fabc44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabc44


Comments

No comments written yet.

Please login to write comment.