Color Hex Logo

#ffbc66 Color Hex

#FFBC66
(255,188,102)
0 Favorites   0 Comments

Color spaces of #ffbc66

RGB 255188102
HSL0.091.000.70
HSV34°60°100°
CMYK 0.000.260.60   0.00
XYZ61.621558.185720.5535
Yxy58.18570.43900.4145
Hunter Lab76.279610.709837.4200
CIE-Lab80.841915.325552.2402

#ffbc66 color RGB value is (255,188,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 01100110
Octal 377 274 146
Decimal 255 188 102
Hex FF BC 66

RGB Percentages of Color #ffbc66

%46.79
%34.50
%18.72

CMYK Percentages of Color #ffbc66

%0
%26
%60
%0

Triadic Colors of #ffbc66

#ffbc66 #66ffbc #bc66ff

Analogous Colors of #ffbc66

#ffbc66 #f6ff66 #ff7066

Monochromatic Colors of #ffbc66

#ffbc66

Complementary Color

#ffbc66 #66a9ff

#ffbc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc66 Color CSS Codes

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

#ffbc66 Text Font Color

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

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


#ffbc66 Background Color

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

This div background color is #ffbc66


#ffbc66 Border Color

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

This div border color is #ffbc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc66

#ffbc66 Color Palettes


Comments

No comments written yet.

Please login to write comment.