Color Hex Logo

#fabe18 Color Hex

#FABE18
(250,190,24)
0 Favorites   0 Comments

Color spaces of #fabe18

RGB 25019024
HSL0.120.960.54
HSV44°90°98°
CMYK 0.000.240.90   0.02
XYZ58.002757.21698.8510
Yxy57.21690.46750.4612
Hunter Lab75.64194.501846.0117
CIE-Lab80.30149.012579.3992

#fabe18 color RGB value is (250,190,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 00011000
Octal 372 276 30
Decimal 250 190 24
Hex FA BE 18

RGB Percentages of Color #fabe18

%53.88
%40.95
%5.17

CMYK Percentages of Color #fabe18

%0
%24
%90
%2

Triadic Colors of #fabe18

#fabe18 #18fabe #be18fa

Analogous Colors of #fabe18

#fabe18 #c5fa18 #fa4d18

Monochromatic Colors of #fabe18

#fabe18

Complementary Color

#fabe18 #1854fa

#fabe18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe18 Color CSS Codes

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

#fabe18 Text Font Color

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

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


#fabe18 Background Color

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

This div background color is #fabe18


#fabe18 Border Color

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

This div border color is #fabe18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe18


Comments

No comments written yet.

Please login to write comment.