Color Hex Logo

#bbd68a Color Hex

#BBD68A
(187,214,138)
0 Favorites   0 Comments

Color spaces of #bbd68a

RGB 187214138
HSL0.230.480.69
HSV81°36°84°
CMYK 0.130.000.36   0.16
XYZ49.127560.492933.1318
Yxy60.49290.34410.4238
Hunter Lab77.7772-23.361629.1875
CIE-Lab82.1054-21.602234.6257

#bbd68a color RGB value is (187,214,138).

#bbd68a hex color red value is 187, green value is 214 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bbd68a hue: 0.23 , saturation: 0.48 and the lightness value of bbd68a is 0.69.

The process color (four color CMYK) of #bbd68a color hex is 0.13, 0.00, 0.36, 0.16. Web safe color of #bbd68a is #cccc99. Color #bbd68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 10001010
Octal 273 326 212
Decimal 187 214 138
Hex BB D6 8A

RGB Percentages of Color #bbd68a

%34.69
%39.70
%25.60

CMYK Percentages of Color #bbd68a

%13
%0
%36
%16

Triadic Colors of #bbd68a

#bbd68a #8abbd6 #d68abb

Analogous Colors of #bbd68a

#bbd68a #95d68a #d6cb8a

Monochromatic Colors of #bbd68a

#bbd68a

Complementary Color

#bbd68a #a58ad6

#bbd68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd68a Color CSS Codes

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

#bbd68a Text Font Color

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

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


#bbd68a Background Color

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

This div background color is #bbd68a


#bbd68a Border Color

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

This div border color is #bbd68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd68a


Comments

No comments written yet.

Please login to write comment.