Color Hex Logo

#faba26 Color Hex

#FABA26
(250,186,38)
0 Favorites   0 Comments

Color spaces of #faba26

RGB 25018638
HSL0.120.950.56
HSV42°85°98°
CMYK 0.000.260.85   0.02
XYZ57.333155.58179.5403
Yxy55.58170.46820.4539
Hunter Lab74.55316.802744.6001
CIE-Lab79.375211.366775.6090

#faba26 color RGB value is (250,186,38).

#faba26 hex color red value is 250, green value is 186 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #faba26 hue: 0.12 , saturation: 0.95 and the lightness value of faba26 is 0.56.

The process color (four color CMYK) of #faba26 color hex is 0.00, 0.26, 0.85, 0.02. Web safe color of #faba26 is #ffcc33. Color #faba26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 00100110
Octal 372 272 46
Decimal 250 186 38
Hex FA BA 26

RGB Percentages of Color #faba26

%52.74
%39.24
%8.02

CMYK Percentages of Color #faba26

%0
%26
%85
%2

Triadic Colors of #faba26

#faba26 #26faba #ba26fa

Analogous Colors of #faba26

#faba26 #d0fa26 #fa5026

Monochromatic Colors of #faba26

#faba26

Complementary Color

#faba26 #2666fa

#faba26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faba26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faba26 Color CSS Codes

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

#faba26 Text Font Color

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

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


#faba26 Background Color

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

This div background color is #faba26


#faba26 Border Color

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

This div border color is #faba26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faba26

Related Colors


Comments

No comments written yet.

Please login to write comment.