Color Hex Logo

#ffbb71 Color Hex

#FFBB71
(255,187,113)
0 Favorites   0 Comments

Color spaces of #ffbb71

RGB 255187113
HSL0.091.000.72
HSV31°56°100°
CMYK 0.000.270.56   0.00
XYZ61.991057.992923.5493
Yxy57.99290.43190.4040
Hunter Lab76.153112.036834.9725
CIE-Lab80.734816.650346.7322

#ffbb71 color RGB value is (255,187,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 01110001
Octal 377 273 161
Decimal 255 187 113
Hex FF BB 71

RGB Percentages of Color #ffbb71

%45.95
%33.69
%20.36

CMYK Percentages of Color #ffbb71

%0
%27
%56
%0

Triadic Colors of #ffbb71

#ffbb71 #71ffbb #bb71ff

Analogous Colors of #ffbb71

#ffbb71 #fcff71 #ff7471

Monochromatic Colors of #ffbb71

#ffbb71

Complementary Color

#ffbb71 #71b5ff

#ffbb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb71 Color CSS Codes

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

#ffbb71 Text Font Color

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

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


#ffbb71 Background Color

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

This div background color is #ffbb71


#ffbb71 Border Color

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

This div border color is #ffbb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb71

Related Colors


Comments

No comments written yet.

Please login to write comment.