Color Hex Logo

#bbd46a Color Hex

#BBD46A
(187,212,106)
0 Favorites   0 Comments

Color spaces of #bbd46a

RGB 187212106
HSL0.210.550.62
HSV74°50°83°
CMYK 0.120.000.50   0.17
XYZ46.638558.692422.5063
Yxy58.69240.36480.4591
Hunter Lab76.6110-25.403636.2098
CIE-Lab81.1222-24.258949.1993

#bbd46a color RGB value is (187,212,106).

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

The process color (four color CMYK) of #bbd46a color hex is 0.12, 0.00, 0.50, 0.17. Web safe color of #bbd46a is #cccc66. Color #bbd46a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 01101010
Octal 273 324 152
Decimal 187 212 106
Hex BB D4 6A

RGB Percentages of Color #bbd46a

%37.03
%41.98
%20.99

CMYK Percentages of Color #bbd46a

%12
%0
%50
%17

Triadic Colors of #bbd46a

#bbd46a #6abbd4 #d46abb

Analogous Colors of #bbd46a

#bbd46a #86d46a #d4b86a

Monochromatic Colors of #bbd46a

#bbd46a

Complementary Color

#bbd46a #836ad4

#bbd46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd46a Color CSS Codes

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

#bbd46a Text Font Color

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

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


#bbd46a Background Color

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

This div background color is #bbd46a


#bbd46a Border Color

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

This div border color is #bbd46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd46a


Comments

No comments written yet.

Please login to write comment.