Color Hex Logo

#ffbf46 Color Hex

#FFBF46
(255,191,70)
0 Favorites   0 Comments

Color spaces of #ffbf46

RGB 25519170
HSL0.111.000.64
HSV39°73°100°
CMYK 0.000.250.73   0.00
XYZ60.976358.963813.9617
Yxy58.96380.45540.4404
Hunter Lab76.78797.365842.9713
CIE-Lab81.271711.957466.8567

#ffbf46 color RGB value is (255,191,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 01000110
Octal 377 277 106
Decimal 255 191 70
Hex FF BF 46

RGB Percentages of Color #ffbf46

%49.42
%37.02
%13.57

CMYK Percentages of Color #ffbf46

%0
%25
%73
%0

Triadic Colors of #ffbf46

#ffbf46 #46ffbf #bf46ff

Analogous Colors of #ffbf46

#ffbf46 #e3ff46 #ff6346

Monochromatic Colors of #ffbf46

#ffbf46

Complementary Color

#ffbf46 #4686ff

#ffbf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf46 Color CSS Codes

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

#ffbf46 Text Font Color

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

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


#ffbf46 Background Color

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

This div background color is #ffbf46


#ffbf46 Border Color

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

This div border color is #ffbf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf46

Related Colors

#ffbf46 Color Palettes


Comments

No comments written yet.

Please login to write comment.