Color Hex Logo

#ffba29 Color Hex

#FFBA29
(255,186,41)
1 Favorites   0 Comments

Color spaces of #ffba29

RGB 25518641
HSL0.111.000.58
HSV41°84°100°
CMYK 0.000.270.84   0.00
XYZ59.199156.53799.8906
Yxy56.53790.47120.4500
Hunter Lab75.19178.949244.8353
CIE-Lab79.919013.557175.4725

#ffba29 color RGB value is (255,186,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 00101001
Octal 377 272 51
Decimal 255 186 41
Hex FF BA 29

RGB Percentages of Color #ffba29

%52.90
%38.59
%8.51

CMYK Percentages of Color #ffba29

%0
%27
%84
%0

Triadic Colors of #ffba29

#ffba29 #29ffba #ba29ff

Analogous Colors of #ffba29

#ffba29 #d9ff29 #ff4f29

Monochromatic Colors of #ffba29

#ffba29

Complementary Color

#ffba29 #296eff

#ffba29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffba29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffba29 Color CSS Codes

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

#ffba29 Text Font Color

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

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


#ffba29 Background Color

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

This div background color is #ffba29


#ffba29 Border Color

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

This div border color is #ffba29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffba29

Related Colors


Comments

No comments written yet.

Please login to write comment.