Color Hex Logo

#ffbf0c Color Hex

#FFBF0C
(255,191,12)
0 Favorites   0 Comments

Color spaces of #ffbf0c

RGB 25519112
HSL0.121.000.52
HSV44°95°100°
CMYK 0.000.250.95   0.00
XYZ59.937258.54818.4897
Yxy58.54810.47200.4611
Hunter Lab76.51675.918646.9834
CIE-Lab81.042610.481481.8722

#ffbf0c color RGB value is (255,191,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 00001100
Octal 377 277 14
Decimal 255 191 12
Hex FF BF C

RGB Percentages of Color #ffbf0c

%55.68
%41.70
%2.62

CMYK Percentages of Color #ffbf0c

%0
%25
%95
%0

Triadic Colors of #ffbf0c

#ffbf0c #0cffbf #bf0cff

Analogous Colors of #ffbf0c

#ffbf0c #c6ff0c #ff460c

Monochromatic Colors of #ffbf0c

#ffbf0c

Complementary Color

#ffbf0c #0c4cff

#ffbf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf0c Color CSS Codes

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

#ffbf0c Text Font Color

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

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


#ffbf0c Background Color

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

This div background color is #ffbf0c


#ffbf0c Border Color

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

This div border color is #ffbf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf0c

Related Colors


Comments

No comments written yet.

Please login to write comment.