Color Hex Logo

#bbc980 Color Hex

#BBC980
(187,201,128)
0 Favorites   0 Comments

Color spaces of #bbc980

RGB 187201128
HSL0.200.400.65
HSV72°36°79°
CMYK 0.070.000.36   0.21
XYZ45.276453.896628.4388
Yxy53.89660.35480.4223
Hunter Lab73.4143-18.389728.4226
CIE-Lab78.4014-16.408534.9170

#bbc980 color RGB value is (187,201,128).

#bbc980 hex color red value is 187, green value is 201 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbc980 hue: 0.20 , saturation: 0.40 and the lightness value of bbc980 is 0.65.

The process color (four color CMYK) of #bbc980 color hex is 0.07, 0.00, 0.36, 0.21. Web safe color of #bbc980 is #cccc99. Color #bbc980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 10000000
Octal 273 311 200
Decimal 187 201 128
Hex BB C9 80

RGB Percentages of Color #bbc980

%36.24
%38.95
%24.81

CMYK Percentages of Color #bbc980

%7
%0
%36
%21

Triadic Colors of #bbc980

#bbc980 #80bbc9 #c980bb

Analogous Colors of #bbc980

#bbc980 #97c980 #c9b380

Monochromatic Colors of #bbc980

#bbc980

Complementary Color

#bbc980 #8e80c9

#bbc980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc980 Color CSS Codes

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

#bbc980 Text Font Color

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

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


#bbc980 Background Color

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

This div background color is #bbc980


#bbc980 Border Color

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

This div border color is #bbc980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc980


Comments

No comments written yet.

Please login to write comment.