Color Hex Logo

#fabc57 Color Hex

#FABC57
(250,188,87)
0 Favorites   0 Comments

Color spaces of #fabc57

RGB 25018887
HSL0.100.940.66
HSV37°65°98°
CMYK 0.000.250.65   0.02
XYZ59.127956.978616.8984
Yxy56.97860.44460.4284
Hunter Lab75.48427.724539.5659
CIE-Lab80.167612.314458.3267

#fabc57 color RGB value is (250,188,87).

#fabc57 hex color red value is 250, green value is 188 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #fabc57 hue: 0.10 , saturation: 0.94 and the lightness value of fabc57 is 0.66.

The process color (four color CMYK) of #fabc57 color hex is 0.00, 0.25, 0.65, 0.02. Web safe color of #fabc57 is #ffcc66. Color #fabc57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 01010111
Octal 372 274 127
Decimal 250 188 87
Hex FA BC 57

RGB Percentages of Color #fabc57

%47.62
%35.81
%16.57

CMYK Percentages of Color #fabc57

%0
%25
%65
%2

Triadic Colors of #fabc57

#fabc57 #57fabc #bc57fa

Analogous Colors of #fabc57

#fabc57 #e7fa57 #fa6b57

Monochromatic Colors of #fabc57

#fabc57

Complementary Color

#fabc57 #5795fa

#fabc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabc57 Color CSS Codes

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

#fabc57 Text Font Color

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

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


#fabc57 Background Color

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

This div background color is #fabc57


#fabc57 Border Color

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

This div border color is #fabc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabc57


Comments

No comments written yet.

Please login to write comment.