Color Hex Logo

#bbd39a Color Hex

#BBD39A
(187,211,154)
0 Favorites   0 Comments

Color spaces of #bbd39a

RGB 187211154
HSL0.240.390.72
HSV85°27°83°
CMYK 0.110.000.27   0.17
XYZ49.620559.486439.4386
Yxy59.48640.33400.4005
Hunter Lab77.1274-20.133723.6716
CIE-Lab81.5582-17.906125.6375

#bbd39a color RGB value is (187,211,154).

#bbd39a hex color red value is 187, green value is 211 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbd39a hue: 0.24 , saturation: 0.39 and the lightness value of bbd39a is 0.72.

The process color (four color CMYK) of #bbd39a color hex is 0.11, 0.00, 0.27, 0.17. Web safe color of #bbd39a is #cccc99. Color #bbd39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 10011010
Octal 273 323 232
Decimal 187 211 154
Hex BB D3 9A

RGB Percentages of Color #bbd39a

%33.88
%38.22
%27.90

CMYK Percentages of Color #bbd39a

%11
%0
%27
%17

Triadic Colors of #bbd39a

#bbd39a #9abbd3 #d39abb

Analogous Colors of #bbd39a

#bbd39a #9fd39a #d3cf9a

Monochromatic Colors of #bbd39a

#bbd39a

Complementary Color

#bbd39a #b29ad3

#bbd39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd39a Color CSS Codes

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

#bbd39a Text Font Color

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

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


#bbd39a Background Color

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

This div background color is #bbd39a


#bbd39a Border Color

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

This div border color is #bbd39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd39a


Comments

No comments written yet.

Please login to write comment.