Color Hex Logo

#bbd66a Color Hex

#BBD66A
(187,214,106)
0 Favorites   0 Comments

Color spaces of #bbd66a

RGB 187214106
HSL0.210.570.63
HSV75°50°84°
CMYK 0.130.000.50   0.16
XYZ47.141659.698522.6740
Yxy59.69850.36400.4609
Hunter Lab77.2648-26.305136.6862
CIE-Lab81.6740-25.224449.8578

#bbd66a color RGB value is (187,214,106).

#bbd66a hex color red value is 187, green value is 214 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bbd66a hue: 0.21 , saturation: 0.57 and the lightness value of bbd66a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01101010
Octal 273 326 152
Decimal 187 214 106
Hex BB D6 6A

RGB Percentages of Color #bbd66a

%36.88
%42.21
%20.91

CMYK Percentages of Color #bbd66a

%13
%0
%50
%16

Triadic Colors of #bbd66a

#bbd66a #6abbd6 #d66abb

Analogous Colors of #bbd66a

#bbd66a #85d66a #d6bb6a

Monochromatic Colors of #bbd66a

#bbd66a

Complementary Color

#bbd66a #856ad6

#bbd66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd66a Color CSS Codes

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

#bbd66a Text Font Color

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

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


#bbd66a Background Color

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

This div background color is #bbd66a


#bbd66a Border Color

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

This div border color is #bbd66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd66a


Comments

No comments written yet.

Please login to write comment.