Color Hex Logo

#bbd860 Color Hex

#BBD860
(187,216,96)
0 Favorites   0 Comments

Color spaces of #bbd860

RGB 18721696
HSL0.210.610.61
HSV75°56°85°
CMYK 0.130.000.56   0.15
XYZ47.160760.521120.2624
Yxy60.52110.36860.4730
Hunter Lab77.7953-27.932439.0142
CIE-Lab82.1206-27.095954.9890

#bbd860 color RGB value is (187,216,96).

#bbd860 hex color red value is 187, green value is 216 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bbd860 hue: 0.21 , saturation: 0.61 and the lightness value of bbd860 is 0.61.

The process color (four color CMYK) of #bbd860 color hex is 0.13, 0.00, 0.56, 0.15. Web safe color of #bbd860 is #cccc66. Color #bbd860 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01100000
Octal 273 330 140
Decimal 187 216 96
Hex BB D8 60

RGB Percentages of Color #bbd860

%37.47
%43.29
%19.24

CMYK Percentages of Color #bbd860

%13
%0
%56
%15

Triadic Colors of #bbd860

#bbd860 #60bbd8 #d860bb

Analogous Colors of #bbd860

#bbd860 #7fd860 #d8b960

Monochromatic Colors of #bbd860

#bbd860

Complementary Color

#bbd860 #7d60d8

#bbd860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd860 Color CSS Codes

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

#bbd860 Text Font Color

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

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


#bbd860 Background Color

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

This div background color is #bbd860


#bbd860 Border Color

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

This div border color is #bbd860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd860


Comments

No comments written yet.

Please login to write comment.