Color Hex Logo

#ffbf1a Color Hex

#FFBF1A
(255,191,26)
0 Favorites   0 Comments

Color spaces of #ffbf1a

RGB 25519126
HSL0.121.000.55
HSV43°90°100°
CMYK 0.000.250.90   0.00
XYZ60.057358.59629.1221
Yxy58.59620.47000.4586
Hunter Lab76.54826.086346.5182
CIE-Lab81.069110.653179.8471

#ffbf1a color RGB value is (255,191,26).

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

The process color (four color CMYK) of #ffbf1a color hex is 0.00, 0.25, 0.90, 0.00. Web safe color of #ffbf1a is #ffcc33. Color #ffbf1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 00011010
Octal 377 277 32
Decimal 255 191 26
Hex FF BF 1A

RGB Percentages of Color #ffbf1a

%54.03
%40.47
%5.51

CMYK Percentages of Color #ffbf1a

%0
%25
%90
%0

Triadic Colors of #ffbf1a

#ffbf1a #1affbf #bf1aff

Analogous Colors of #ffbf1a

#ffbf1a #cdff1a #ff4c1a

Monochromatic Colors of #ffbf1a

#ffbf1a

Complementary Color

#ffbf1a #1a5aff

#ffbf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf1a Color CSS Codes

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

#ffbf1a Text Font Color

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

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


#ffbf1a Background Color

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

This div background color is #ffbf1a


#ffbf1a Border Color

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

This div border color is #ffbf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf1a


Comments

No comments written yet.

Please login to write comment.