Color Hex Logo

#ffba06 Color Hex

#FFBA06
(255,186,6)
0 Favorites   0 Comments

Color spaces of #ffba06

RGB 2551866
HSL0.121.000.51
HSV43°98°100°
CMYK 0.000.270.98   0.00
XYZ58.831856.39107.9561
Yxy56.39100.47760.4578
Hunter Lab75.09398.430146.2841
CIE-Lab79.835813.030681.6206

#ffba06 color RGB value is (255,186,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 00000110
Octal 377 272 6
Decimal 255 186 6
Hex FF BA 6

RGB Percentages of Color #ffba06

%57.05
%41.61
%1.34

CMYK Percentages of Color #ffba06

%0
%27
%98
%0

Triadic Colors of #ffba06

#ffba06 #06ffba #ba06ff

Analogous Colors of #ffba06

#ffba06 #c8ff06 #ff3e06

Monochromatic Colors of #ffba06

#ffba06

Complementary Color

#ffba06 #064bff

#ffba06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffba06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffba06 Color CSS Codes

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

#ffba06 Text Font Color

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

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


#ffba06 Background Color

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

This div background color is #ffba06


#ffba06 Border Color

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

This div border color is #ffba06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffba06


Comments

No comments written yet.

Please login to write comment.