Color Hex Logo

#ffba3b Color Hex

#FFBA3B
(255,186,59)
0 Favorites   0 Comments

Color spaces of #ffba3b

RGB 25518659
HSL0.111.000.62
HSV39°77°100°
CMYK 0.000.270.77   0.00
XYZ59.588356.693611.9400
Yxy56.69360.46470.4422
Hunter Lab75.29529.497743.3046
CIE-Lab80.006914.111769.8000

#ffba3b color RGB value is (255,186,59).

#ffba3b hex color red value is 255, green value is 186 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ffba3b hue: 0.11 , saturation: 1.00 and the lightness value of ffba3b is 0.62.

The process color (four color CMYK) of #ffba3b color hex is 0.00, 0.27, 0.77, 0.00. Web safe color of #ffba3b is #ffcc33. Color #ffba3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 00111011
Octal 377 272 73
Decimal 255 186 59
Hex FF BA 3B

RGB Percentages of Color #ffba3b

%51.00
%37.20
%11.80

CMYK Percentages of Color #ffba3b

%0
%27
%77
%0

Triadic Colors of #ffba3b

#ffba3b #3bffba #ba3bff

Analogous Colors of #ffba3b

#ffba3b #e2ff3b #ff583b

Monochromatic Colors of #ffba3b

#ffba3b

Complementary Color

#ffba3b #3b80ff

#ffba3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffba3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffba3b Color CSS Codes

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

#ffba3b Text Font Color

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

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


#ffba3b Background Color

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

This div background color is #ffba3b


#ffba3b Border Color

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

This div border color is #ffba3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffba3b


Comments

No comments written yet.

Please login to write comment.