Color Hex Logo

#bbd656 Color Hex

#BBD656
(187,214,86)
0 Favorites   0 Comments

Color spaces of #bbd656

RGB 18721486
HSL0.200.610.59
HSV73°60°84°
CMYK 0.130.000.60   0.16
XYZ46.219859.329817.8199
Yxy59.32980.37460.4809
Hunter Lab77.0258-27.685340.2014
CIE-Lab81.4725-26.952658.6575

#bbd656 color RGB value is (187,214,86).

#bbd656 hex color red value is 187, green value is 214 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bbd656 hue: 0.20 , saturation: 0.61 and the lightness value of bbd656 is 0.59.

The process color (four color CMYK) of #bbd656 color hex is 0.13, 0.00, 0.60, 0.16. Web safe color of #bbd656 is #cccc66. Color #bbd656 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01010110
Octal 273 326 126
Decimal 187 214 86
Hex BB D6 56

RGB Percentages of Color #bbd656

%38.40
%43.94
%17.66

CMYK Percentages of Color #bbd656

%13
%0
%60
%16

Triadic Colors of #bbd656

#bbd656 #56bbd6 #d656bb

Analogous Colors of #bbd656

#bbd656 #7bd656 #d6b156

Monochromatic Colors of #bbd656

#bbd656

Complementary Color

#bbd656 #7156d6

#bbd656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd656 Color CSS Codes

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

#bbd656 Text Font Color

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

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


#bbd656 Background Color

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

This div background color is #bbd656


#bbd656 Border Color

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

This div border color is #bbd656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd656


Comments

No comments written yet.

Please login to write comment.