Color Hex Logo

#ffbf66 Color Hex

#FFBF66
(255,191,102)
1 Favorites   0 Comments

Color spaces of #ffbf66

RGB 255191102
HSL0.101.000.70
HSV35°60°100°
CMYK 0.000.250.60   0.00
XYZ62.269159.480920.7694
Yxy59.48090.43690.4174
Hunter Lab77.12399.152538.0199
CIE-Lab81.555213.761653.0697

#ffbf66 color RGB value is (255,191,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 01100110
Octal 377 277 146
Decimal 255 191 102
Hex FF BF 66

RGB Percentages of Color #ffbf66

%46.53
%34.85
%18.61

CMYK Percentages of Color #ffbf66

%0
%25
%60
%0

Triadic Colors of #ffbf66

#ffbf66 #66ffbf #bf66ff

Analogous Colors of #ffbf66

#ffbf66 #f3ff66 #ff7366

Monochromatic Colors of #ffbf66

#ffbf66

Complementary Color

#ffbf66 #66a6ff

#ffbf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf66 Color CSS Codes

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

#ffbf66 Text Font Color

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

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


#ffbf66 Background Color

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

This div background color is #ffbf66


#ffbf66 Border Color

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

This div border color is #ffbf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf66

#ffbf66 Color Palettes


Comments

No comments written yet.

Please login to write comment.