Color Hex Logo

#ffbb73 Color Hex

#FFBB73
(255,187,115)
0 Favorites   0 Comments

Color spaces of #ffbb73

RGB 255187115
HSL0.091.000.73
HSV31°55°100°
CMYK 0.000.270.55   0.00
XYZ62.104858.038524.1489
Yxy58.03850.43040.4022
Hunter Lab76.183012.193934.5340
CIE-Lab80.760216.806245.7656

#ffbb73 color RGB value is (255,187,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 01110011
Octal 377 273 163
Decimal 255 187 115
Hex FF BB 73

RGB Percentages of Color #ffbb73

%45.78
%33.57
%20.65

CMYK Percentages of Color #ffbb73

%0
%27
%55
%0

Triadic Colors of #ffbb73

#ffbb73 #73ffbb #bb73ff

Analogous Colors of #ffbb73

#ffbb73 #fdff73 #ff7573

Monochromatic Colors of #ffbb73

#ffbb73

Complementary Color

#ffbb73 #73b7ff

#ffbb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb73 Color CSS Codes

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

#ffbb73 Text Font Color

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

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


#ffbb73 Background Color

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

This div background color is #ffbb73


#ffbb73 Border Color

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

This div border color is #ffbb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb73

Related Colors


Comments

No comments written yet.

Please login to write comment.