Color Hex Logo

#fabe11 Color Hex

#FABE11
(250,190,17)
0 Favorites   0 Comments

Color spaces of #fabe11

RGB 25019017
HSL0.120.960.52
HSV45°93°98°
CMYK 0.000.240.93   0.02
XYZ57.939057.19148.5156
Yxy57.19140.46860.4625
Hunter Lab75.62504.411546.2613
CIE-Lab80.28718.918880.4830

#fabe11 color RGB value is (250,190,17).

#fabe11 hex color red value is 250, green value is 190 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #fabe11 hue: 0.12 , saturation: 0.96 and the lightness value of fabe11 is 0.52.

The process color (four color CMYK) of #fabe11 color hex is 0.00, 0.24, 0.93, 0.02. Web safe color of #fabe11 is #ffcc00. Color #fabe11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 00010001
Octal 372 276 21
Decimal 250 190 17
Hex FA BE 11

RGB Percentages of Color #fabe11

%54.70
%41.58
%3.72

CMYK Percentages of Color #fabe11

%0
%24
%93
%2

Triadic Colors of #fabe11

#fabe11 #11fabe #be11fa

Analogous Colors of #fabe11

#fabe11 #c2fa11 #fa4a11

Monochromatic Colors of #fabe11

#fabe11

Complementary Color

#fabe11 #114dfa

#fabe11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe11 Color CSS Codes

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

#fabe11 Text Font Color

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

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


#fabe11 Background Color

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

This div background color is #fabe11


#fabe11 Border Color

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

This div border color is #fabe11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe11

Related Colors


Comments

No comments written yet.

Please login to write comment.