Color Hex Logo

#ffbc76 Color Hex

#FFBC76
(255,188,118)
0 Favorites   0 Comments

Color spaces of #ffbc76

RGB 255188118
HSL0.091.000.73
HSV31°54°100°
CMYK 0.000.260.54   0.00
XYZ62.493258.534425.1441
Yxy58.53440.42750.4004
Hunter Lab76.507811.914034.0699
CIE-Lab81.035016.524344.5987

#ffbc76 color RGB value is (255,188,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 01110110
Octal 377 274 166
Decimal 255 188 118
Hex FF BC 76

RGB Percentages of Color #ffbc76

%45.45
%33.51
%21.03

CMYK Percentages of Color #ffbc76

%0
%26
%54
%0

Triadic Colors of #ffbc76

#ffbc76 #76ffbc #bc76ff

Analogous Colors of #ffbc76

#ffbc76 #feff76 #ff7876

Monochromatic Colors of #ffbc76

#ffbc76

Complementary Color

#ffbc76 #76b9ff

#ffbc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc76 Color CSS Codes

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

#ffbc76 Text Font Color

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

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


#ffbc76 Background Color

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

This div background color is #ffbc76


#ffbc76 Border Color

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

This div border color is #ffbc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc76

#ffbc76 Color Palettes


Comments

No comments written yet.

Please login to write comment.