Color Hex Logo

#ffbf64 Color Hex

#FFBF64
(255,191,100)
0 Favorites   0 Comments

Color spaces of #ffbf64

RGB 255191100
HSL0.101.000.70
HSV35°61°100°
CMYK 0.000.250.61   0.00
XYZ62.171159.441720.2532
Yxy59.44170.43820.4190
Hunter Lab77.09849.017638.3939
CIE-Lab81.533813.626153.9945

#ffbf64 color RGB value is (255,191,100).

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

The process color (four color CMYK) of #ffbf64 color hex is 0.00, 0.25, 0.61, 0.00. Web safe color of #ffbf64 is #ffcc66. Color #ffbf64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 01100100
Octal 377 277 144
Decimal 255 191 100
Hex FF BF 64

RGB Percentages of Color #ffbf64

%46.70
%34.98
%18.32

CMYK Percentages of Color #ffbf64

%0
%25
%61
%0

Triadic Colors of #ffbf64

#ffbf64 #64ffbf #bf64ff

Analogous Colors of #ffbf64

#ffbf64 #f2ff64 #ff7264

Monochromatic Colors of #ffbf64

#ffbf64

Complementary Color

#ffbf64 #64a4ff

#ffbf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf64 Color CSS Codes

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

#ffbf64 Text Font Color

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

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


#ffbf64 Background Color

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

This div background color is #ffbf64


#ffbf64 Border Color

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

This div border color is #ffbf64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf64

Related Colors


Comments

No comments written yet.

Please login to write comment.