Color Hex Logo

#ffb82a Color Hex

#FFB82A
(255,184,42)
0 Favorites   0 Comments

Color spaces of #ffb82a

RGB 25518442
HSL0.111.000.58
HSV40°84°100°
CMYK 0.000.280.84   0.00
XYZ58.798455.70819.8442
Yxy55.70810.47280.4480
Hunter Lab74.637910.002944.4266
CIE-Lab79.447414.624274.8002

#ffb82a color RGB value is (255,184,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111000 00101010
Octal 377 270 52
Decimal 255 184 42
Hex FF B8 2A

RGB Percentages of Color #ffb82a

%53.01
%38.25
%8.73

CMYK Percentages of Color #ffb82a

%0
%28
%84
%0

Triadic Colors of #ffb82a

#ffb82a #2affb8 #b82aff

Analogous Colors of #ffb82a

#ffb82a #dcff2a #ff4e2a

Monochromatic Colors of #ffb82a

#ffb82a

Complementary Color

#ffb82a #2a71ff

#ffb82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb82a Color CSS Codes

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

#ffb82a Text Font Color

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

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


#ffb82a Background Color

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

This div background color is #ffb82a


#ffb82a Border Color

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

This div border color is #ffb82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb82a

Related Colors


Comments

No comments written yet.

Please login to write comment.