Color Hex Logo

#ffbf0b Color Hex

#FFBF0B
(255,191,11)
0 Favorites   0 Comments

Color spaces of #ffbf0b

RGB 25519111
HSL0.121.000.52
HSV44°96°100°
CMYK 0.000.250.96   0.00
XYZ59.931258.54588.4584
Yxy58.54580.47210.4612
Hunter Lab76.51525.910047.0064
CIE-Lab81.041310.472681.9752

#ffbf0b color RGB value is (255,191,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 00001011
Octal 377 277 13
Decimal 255 191 11
Hex FF BF B

RGB Percentages of Color #ffbf0b

%55.80
%41.79
%2.41

CMYK Percentages of Color #ffbf0b

%0
%25
%96
%0

Triadic Colors of #ffbf0b

#ffbf0b #0bffbf #bf0bff

Analogous Colors of #ffbf0b

#ffbf0b #c5ff0b #ff450b

Monochromatic Colors of #ffbf0b

#ffbf0b

Complementary Color

#ffbf0b #0b4bff

#ffbf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf0b Color CSS Codes

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

#ffbf0b Text Font Color

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

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


#ffbf0b Background Color

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

This div background color is #ffbf0b


#ffbf0b Border Color

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

This div border color is #ffbf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf0b


Comments

No comments written yet.

Please login to write comment.