Color Hex Logo

#bbc971 Color Hex

#BBC971
(187,201,113)
0 Favorites   0 Comments

Color spaces of #bbc971

RGB 187201113
HSL0.190.450.62
HSV70°44°79°
CMYK 0.070.000.44   0.21
XYZ44.360853.530323.6171
Yxy53.53030.36510.4405
Hunter Lab73.1644-19.810232.0766
CIE-Lab78.1871-18.134842.2244

#bbc971 color RGB value is (187,201,113).

#bbc971 hex color red value is 187, green value is 201 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bbc971 hue: 0.19 , saturation: 0.45 and the lightness value of bbc971 is 0.62.

The process color (four color CMYK) of #bbc971 color hex is 0.07, 0.00, 0.44, 0.21. Web safe color of #bbc971 is #cccc66. Color #bbc971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01110001
Octal 273 311 161
Decimal 187 201 113
Hex BB C9 71

RGB Percentages of Color #bbc971

%37.33
%40.12
%22.55

CMYK Percentages of Color #bbc971

%7
%0
%44
%21

Triadic Colors of #bbc971

#bbc971 #71bbc9 #c971bb

Analogous Colors of #bbc971

#bbc971 #8fc971 #c9ab71

Monochromatic Colors of #bbc971

#bbc971

Complementary Color

#bbc971 #7f71c9

#bbc971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc971 Color CSS Codes

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

#bbc971 Text Font Color

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

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


#bbc971 Background Color

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

This div background color is #bbc971


#bbc971 Border Color

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

This div border color is #bbc971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc971


Comments

No comments written yet.

Please login to write comment.