Color Hex Logo

#ffba16 Color Hex

#FFBA16
(255,186,22)
0 Favorites   0 Comments

Color spaces of #ffba16

RGB 25518622
HSL0.121.000.54
HSV42°91°100°
CMYK 0.000.270.91   0.00
XYZ58.943756.43578.5456
Yxy56.43570.47560.4554
Hunter Lab75.12378.588545.8421
CIE-Lab79.861113.191579.6482

#ffba16 color RGB value is (255,186,22).

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

The process color (four color CMYK) of #ffba16 color hex is 0.00, 0.27, 0.91, 0.00. Web safe color of #ffba16 is #ffcc00. Color #ffba16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 00010110
Octal 377 272 26
Decimal 255 186 22
Hex FF BA 16

RGB Percentages of Color #ffba16

%55.08
%40.17
%4.75

CMYK Percentages of Color #ffba16

%0
%27
%91
%0

Triadic Colors of #ffba16

#ffba16 #16ffba #ba16ff

Analogous Colors of #ffba16

#ffba16 #d0ff16 #ff4616

Monochromatic Colors of #ffba16

#ffba16

Complementary Color

#ffba16 #165bff

#ffba16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffba16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffba16 Color CSS Codes

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

#ffba16 Text Font Color

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

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


#ffba16 Background Color

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

This div background color is #ffba16


#ffba16 Border Color

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

This div border color is #ffba16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffba16


Comments

No comments written yet.

Please login to write comment.