Color Hex Logo

#ffbb66 Color Hex

#FFBB66
(255,187,102)
1 Favorites   0 Comments

Color spaces of #ffbb66

RGB 255187102
HSL0.091.000.70
HSV33°60°100°
CMYK 0.000.270.60   0.00
XYZ61.408657.760020.4826
Yxy57.76000.43970.4136
Hunter Lab76.000011.229437.2209
CIE-Lab80.605215.847051.9641

#ffbb66 color RGB value is (255,187,102). This hex color code is also a web safe color which is equal to #FB6.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 01100110
Octal 377 273 146
Decimal 255 187 102
Hex FF BB 66

RGB Percentages of Color #ffbb66

%46.88
%34.38
%18.75

CMYK Percentages of Color #ffbb66

%0
%27
%60
%0

Triadic Colors of #ffbb66

#ffbb66 #66ffbb #bb66ff

Analogous Colors of #ffbb66

#ffbb66 #f7ff66 #ff6f66

Monochromatic Colors of #ffbb66

#ffbb66

Complementary Color

#ffbb66 #66aaff

#ffbb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb66 Color CSS Codes

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

#ffbb66 Text Font Color

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

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


#ffbb66 Background Color

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

This div background color is #ffbb66


#ffbb66 Border Color

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

This div border color is #ffbb66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,187,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 #ffbb66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb66

Related Colors

#ffbb66 Color Palettes


Comments

No comments written yet.

Please login to write comment.