Color Hex Logo

#ffbc96 Color Hex

#FFBC96
(255,188,150)
0 Favorites   0 Comments

Color spaces of #ffbc96

RGB 255188150
HSL0.061.000.79
HSV22°41°100°
CMYK 0.000.260.41   0.00
XYZ64.728259.428436.9135
Yxy59.42840.40190.3690
Hunter Lab77.089814.969725.5726
CIE-Lab81.526519.528228.6928

#ffbc96 color RGB value is (255,188,150).

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

The process color (four color CMYK) of #ffbc96 color hex is 0.00, 0.26, 0.41, 0.00. Web safe color of #ffbc96 is #ffcc99. Color #ffbc96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10010110
Octal 377 274 226
Decimal 255 188 150
Hex FF BC 96

RGB Percentages of Color #ffbc96

%43.00
%31.70
%25.30

CMYK Percentages of Color #ffbc96

%0
%26
%41
%0

Triadic Colors of #ffbc96

#ffbc96 #96ffbc #bc96ff

Analogous Colors of #ffbc96

#ffbc96 #fff196 #ff96a5

Monochromatic Colors of #ffbc96

#ffbc96

Complementary Color

#ffbc96 #96d9ff

#ffbc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc96 Color CSS Codes

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

#ffbc96 Text Font Color

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

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


#ffbc96 Background Color

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

This div background color is #ffbc96


#ffbc96 Border Color

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

This div border color is #ffbc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc96

#ffbc96 Color Palettes


Comments

No comments written yet.

Please login to write comment.