Color Hex Logo

#bbd65a Color Hex

#BBD65A
(187,214,90)
0 Favorites   0 Comments

Color spaces of #bbd65a

RGB 18721490
HSL0.200.600.60
HSV73°58°84°
CMYK 0.130.000.58   0.16
XYZ46.385559.396118.6927
Yxy59.39610.37270.4772
Hunter Lab77.0689-27.436639.5677
CIE-Lab81.5088-26.639756.9624

#bbd65a color RGB value is (187,214,90).

#bbd65a hex color red value is 187, green value is 214 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bbd65a hue: 0.20 , saturation: 0.60 and the lightness value of bbd65a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01011010
Octal 273 326 132
Decimal 187 214 90
Hex BB D6 5A

RGB Percentages of Color #bbd65a

%38.09
%43.58
%18.33

CMYK Percentages of Color #bbd65a

%13
%0
%58
%16

Triadic Colors of #bbd65a

#bbd65a #5abbd6 #d65abb

Analogous Colors of #bbd65a

#bbd65a #7dd65a #d6b35a

Monochromatic Colors of #bbd65a

#bbd65a

Complementary Color

#bbd65a #755ad6

#bbd65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd65a Color CSS Codes

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

#bbd65a Text Font Color

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

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


#bbd65a Background Color

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

This div background color is #bbd65a


#bbd65a Border Color

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

This div border color is #bbd65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd65a


Comments

No comments written yet.

Please login to write comment.