Color Hex Logo

#ffb80a Color Hex

#FFB80A
(255,184,10)
1 Favorites   0 Comments

Color spaces of #ffb80a

RGB 25518410
HSL0.121.000.52
HSV43°96°100°
CMYK 0.000.280.96   0.00
XYZ58.435355.56297.9320
Yxy55.56290.47930.4557
Hunter Lab74.54059.487445.8692
CIE-Lab79.364414.103280.8923

#ffb80a color RGB value is (255,184,10).

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

The process color (four color CMYK) of #ffb80a color hex is 0.00, 0.28, 0.96, 0.00. Web safe color of #ffb80a is #ffcc00. Color #ffb80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111000 00001010
Octal 377 270 12
Decimal 255 184 10
Hex FF B8 A

RGB Percentages of Color #ffb80a

%56.79
%40.98
%2.23

CMYK Percentages of Color #ffb80a

%0
%28
%96
%0

Triadic Colors of #ffb80a

#ffb80a #0affb8 #b80aff

Analogous Colors of #ffb80a

#ffb80a #ccff0a #ff3e0a

Monochromatic Colors of #ffb80a

#ffb80a

Complementary Color

#ffb80a #0a51ff

#ffb80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb80a Color CSS Codes

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

#ffb80a Text Font Color

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

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


#ffb80a Background Color

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

This div background color is #ffb80a


#ffb80a Border Color

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

This div border color is #ffb80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb80a

Related Colors


Comments

No comments written yet.

Please login to write comment.