Color Hex Logo

#fabe51 Color Hex

#FABE51
(250,190,81)
0 Favorites   0 Comments

Color spaces of #fabe51

RGB 25019081
HSL0.110.940.65
HSV39°68°98°
CMYK 0.000.240.68   0.02
XYZ59.323057.745015.8038
Yxy57.74500.44650.4346
Hunter Lab75.99016.366440.8624
CIE-Lab80.596810.933161.4395

#fabe51 color RGB value is (250,190,81).

#fabe51 hex color red value is 250, green value is 190 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fabe51 hue: 0.11 , saturation: 0.94 and the lightness value of fabe51 is 0.65.

The process color (four color CMYK) of #fabe51 color hex is 0.00, 0.24, 0.68, 0.02. Web safe color of #fabe51 is #ffcc66. Color #fabe51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 01010001
Octal 372 276 121
Decimal 250 190 81
Hex FA BE 51

RGB Percentages of Color #fabe51

%47.98
%36.47
%15.55

CMYK Percentages of Color #fabe51

%0
%24
%68
%2

Triadic Colors of #fabe51

#fabe51 #51fabe #be51fa

Analogous Colors of #fabe51

#fabe51 #e2fa51 #fa6a51

Monochromatic Colors of #fabe51

#fabe51

Complementary Color

#fabe51 #518dfa

#fabe51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe51 Color CSS Codes

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

#fabe51 Text Font Color

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

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


#fabe51 Background Color

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

This div background color is #fabe51


#fabe51 Border Color

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

This div border color is #fabe51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe51

Related Colors


Comments

No comments written yet.

Please login to write comment.