Color Hex Logo

#bbd38a Color Hex

#BBD38A
(187,211,138)
0 Favorites   0 Comments

Color spaces of #bbd38a

RGB 187211138
HSL0.220.450.68
HSV80°35°83°
CMYK 0.110.000.35   0.17
XYZ48.375258.988332.8810
Yxy58.98830.34490.4206
Hunter Lab76.8038-21.977828.3797
CIE-Lab81.2852-20.125633.5519

#bbd38a color RGB value is (187,211,138).

#bbd38a hex color red value is 187, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bbd38a hue: 0.22 , saturation: 0.45 and the lightness value of bbd38a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 10001010
Octal 273 323 212
Decimal 187 211 138
Hex BB D3 8A

RGB Percentages of Color #bbd38a

%34.89
%39.37
%25.75

CMYK Percentages of Color #bbd38a

%11
%0
%35
%17

Triadic Colors of #bbd38a

#bbd38a #8abbd3 #d38abb

Analogous Colors of #bbd38a

#bbd38a #97d38a #d3c78a

Monochromatic Colors of #bbd38a

#bbd38a

Complementary Color

#bbd38a #a28ad3

#bbd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd38a Color CSS Codes

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

#bbd38a Text Font Color

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

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


#bbd38a Background Color

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

This div background color is #bbd38a


#bbd38a Border Color

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

This div border color is #bbd38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd38a


Comments

No comments written yet.

Please login to write comment.